diff options
| author | Tibor Blenessy | 2018-05-31 16:28:28 +0200 |
|---|---|---|
| committer | Tibor Blenessy | 2018-05-31 18:57:14 +0200 |
| commit | 6cebcca87c5d276627fe22b9c53ddeb4844894b6 (patch) | |
| tree | 4dc20dbd5cab875faabc992f5f74c589412214ed /third-party-licenses.sh | |
| parent | 3745f8a57c76225cf77ec53a0b03ce87d9a75d49 (diff) | |
| download | sonar-css-6cebcca87c5d276627fe22b9c53ddeb4844894b6.tar.bz2 | |
Bootstrap the plugin
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 |
