From 94ca842bc165eeb9001b04bc540e229df34163b2 Mon Sep 17 00:00:00 2001
From: Simon Brandhof <simon.brandhof@sonarsource.com>
Date: Fri, 25 Jul 2014 11:42:22 +0200
Subject: SONAR-4898 Remove sonar-application-test from build

---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'pom.xml')

diff --git a/pom.xml b/pom.xml
index 18c24f78d0f..aec42caa6a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,6 @@
 
   <modules>
     <module>sonar-application</module>
-    <module>sonar-application-test</module>
     <module>sonar-batch</module>
     <module>sonar-batch-maven-compat</module>
     <module>sonar-batch-protocol</module>
@@ -488,8 +487,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <!-- 
-        This plugin is used to list the licenses of all the dependencies. The module 
+        <!--
+        This plugin is used to list the licenses of all the dependencies. The module
         sonar-testing-harness must be excluded. See third-party-licenses.sh
         -->
         <groupId>org.codehaus.mojo</groupId>
-- 
cgit v1.2.3