From 13d34e504b5db9337fee0bd9221862ca31fcdf24 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sat, 22 Mar 2014 14:24:16 +0100 Subject: [PATCH] Add third-party-licenses.sh --- pom.xml | 26 +++++--------------------- third-party-licenses.sh | 2 ++ 2 files changed, 7 insertions(+), 21 deletions(-) create mode 100755 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 -- 2.39.5