diff options
-rwxr-xr-x | third-party-licenses.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third-party-licenses.sh b/third-party-licenses.sh index 2b827746ce6..c97a17c4b33 100755 --- a/third-party-licenses.sh +++ b/third-party-licenses.sh @@ -1,2 +1,4 @@ #!/bin/sh -mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -pl sonar-application -am +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -Dlicense.includedScopes=compile -pl sonar-application -am + +cat target/generated-sources/license/THIRD-PARTY.txt |