aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomverin <thomas.verin@sonarsource.com>2017-01-10 14:03:47 +0100
committerJulien HENRY <henryju@yahoo.fr>2017-01-13 10:07:10 +0100
commitac866e44647d4e4e793c58ab35796448ea5cf185 (patch)
tree8fcd142f3d9675bbde9c26116d536833f56c624f
parent22b26f0d3dd683545f865e9f58c7a679751d1792 (diff)
downloadsonar-scanner-cli-ac866e44647d4e4e793c58ab35796448ea5cf185.tar.gz
sonar-scanner-cli-ac866e44647d4e4e793c58ab35796448ea5cf185.zip
Add third-party-licenses.sh file [ci skip]
-rw-r--r--third-party-licenses.sh4
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