diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-22 14:24:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-22 14:24:16 +0100 |
commit | 13d34e504b5db9337fee0bd9221862ca31fcdf24 (patch) | |
tree | 90995b7088c72ef51ad5200135d1b8ac65227222 /third-party-licenses.sh | |
parent | 4a77e99189510fd586d57900a7e9d7742647ff58 (diff) | |
download | sonarqube-13d34e504b5db9337fee0bd9221862ca31fcdf24.tar.gz sonarqube-13d34e504b5db9337fee0bd9221862ca31fcdf24.zip |
Add third-party-licenses.sh
Diffstat (limited to 'third-party-licenses.sh')
-rwxr-xr-x | third-party-licenses.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third-party-licenses.sh b/third-party-licenses.sh new file mode 100755 index 00000000000..de9ee91d656 --- /dev/null +++ b/third-party-licenses.sh @@ -0,0 +1,2 @@ +#!/bin/sh +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -pl sonar-application,sonar-maven-plugin -am |