From db1782ebbbc939257ffe074afc255c8183db4e13 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 22 Nov 2016 12:00:59 +0100 Subject: Display results in third-party-licenses.sh --- third-party-licenses.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third-party-licenses.sh') 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 -- cgit v1.2.3