diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-12 11:56:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-12 14:29:20 +0200 |
commit | ebf6040b060322040a35ab17cfddeed6e3c713c1 (patch) | |
tree | 38fa753cf51d44f4ce5d84bfda0fd3a512b4d042 /third-party-licenses.sh | |
parent | e17cf1c2dc52256336c388c5dc4bde3087c13c1c (diff) | |
download | sonarqube-ebf6040b060322040a35ab17cfddeed6e3c713c1.tar.gz sonarqube-ebf6040b060322040a35ab17cfddeed6e3c713c1.zip |
SONAR-6642 drop internal maven plugins
Diffstat (limited to 'third-party-licenses.sh')
-rwxr-xr-x | third-party-licenses.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party-licenses.sh b/third-party-licenses.sh index de9ee91d656..2b827746ce6 100755 --- a/third-party-licenses.sh +++ b/third-party-licenses.sh @@ -1,2 +1,2 @@ #!/bin/sh -mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -pl sonar-application,sonar-maven-plugin -am +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -pl sonar-application -am |