From: Simon Brandhof Date: Sat, 22 Mar 2014 13:24:16 +0000 (+0100) Subject: Add third-party-licenses.sh X-Git-Tag: 4.3~316 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=13d34e504b5db9337fee0bd9221862ca31fcdf24;p=sonarqube.git Add third-party-licenses.sh --- diff --git a/pom.xml b/pom.xml index 931dabeac01..f704f5b1de1 100644 --- a/pom.xml +++ b/pom.xml @@ -490,32 +490,16 @@ - org.codehaus.mojo license-maven-plugin - 1.0-beta-3 + 1.6 true - - The Apache Software License, Version 2.0|Apache License 2.0|Apache 2|Apache License Version - 2|Apache License Version 2.0|Apache Public License 2.0|Apache Software License - Version 2.0|Apache - Software Licenses - - GNU Lesser General Public License, Version 2.1|GNU Lesser General Public License Version - 2.1|GNU Lesser General Public License (LGPL), Version 2.1 - - BSD|BSD License|The BSD License - Common Public License, Version 1.0|Common Public License - v 1.0|Common Public License Version - 1.0 - - Eclipse Public License, Version 1.0|Eclipse Public License - Version 1.0 - Common Development and Distribution License, Version 1.0|COMMON DEVELOPMENT AND DISTRIBUTION - LICENSE (CDDL) Version 1.0|Common Development and Distribution License (CDDL) v1.0 - - MIT License|The MIT License - + compile diff --git a/third-party-licenses.sh b/third-party-licenses.sh new file mode 100755 index 00000000000..de9ee91d656 --- /dev/null +++ b/third-party-licenses.sh @@ -0,0 +1,2 @@ +#!/bin/sh +mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -pl sonar-application,sonar-maven-plugin -am