diff options
author | tomverin <thomas.verin@sonarsource.com> | 2017-01-10 14:03:47 +0100 |
---|---|---|
committer | Julien HENRY <henryju@yahoo.fr> | 2017-01-13 10:07:10 +0100 |
commit | ac866e44647d4e4e793c58ab35796448ea5cf185 (patch) | |
tree | 8fcd142f3d9675bbde9c26116d536833f56c624f /third-party-licenses.sh | |
parent | 22b26f0d3dd683545f865e9f58c7a679751d1792 (diff) | |
download | sonar-scanner-cli-ac866e44647d4e4e793c58ab35796448ea5cf185.tar.gz sonar-scanner-cli-ac866e44647d4e4e793c58ab35796448ea5cf185.zip |
Add third-party-licenses.sh file [ci skip]
Diffstat (limited to 'third-party-licenses.sh')
-rw-r--r-- | third-party-licenses.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third-party-licenses.sh b/third-party-licenses.sh new file mode 100644 index 0000000..6728f1d --- /dev/null +++ b/third-party-licenses.sh @@ -0,0 +1,4 @@ +#!/bin/sh +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -Dlicense.includedScopes=compile + +cat target/generated-sources/license/THIRD-PARTY.txt |