diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-25 11:42:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-25 11:42:22 +0200 |
commit | 94ca842bc165eeb9001b04bc540e229df34163b2 (patch) | |
tree | ad2aca3b08e3c6d016ec3ababbc405d26fc75e7e /pom.xml | |
parent | 3928399595264665971431a06a7473c7e1632f7d (diff) | |
download | sonarqube-94ca842bc165eeb9001b04bc540e229df34163b2.tar.gz sonarqube-94ca842bc165eeb9001b04bc540e229df34163b2.zip |
SONAR-4898 Remove sonar-application-test from build
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |