diff options
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 |