aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-25 11:42:22 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-25 11:42:22 +0200
commit94ca842bc165eeb9001b04bc540e229df34163b2 (patch)
treead2aca3b08e3c6d016ec3ababbc405d26fc75e7e /pom.xml
parent3928399595264665971431a06a7473c7e1632f7d (diff)
downloadsonarqube-94ca842bc165eeb9001b04bc540e229df34163b2.tar.gz
sonarqube-94ca842bc165eeb9001b04bc540e229df34163b2.zip
SONAR-4898 Remove sonar-application-test from build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
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>