aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 23:31:15 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 23:31:15 +0200
commit7e8e38ec27110cb909c9b5e603271f9f84e071a4 (patch)
treec5c79f7219e709c6a1192fa83248392e1c712ed4 /pom.xml
parent29ae9b385a7bf720ae89637582c862df43b7fd0d (diff)
downloadsonarqube-7e8e38ec27110cb909c9b5e603271f9f84e071a4.tar.gz
sonarqube-7e8e38ec27110cb909c9b5e603271f9f84e071a4.zip
Complete conf of license-maven-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bbd530c3179..866dc476ae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,6 +559,15 @@
<version>1.8</version>
<configuration>
<includedScopes>compile</includedScopes>
+ <licenseMerges>
+ <licenseMerge>Apache 2.0|The Apache Software License, Version 2.0|Apache License, Version 2.0|apache_v2</licenseMerge>
+ <licenseMerge>CDDL 1.0|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0|Common Development and Distribution License (CDDL) v1.0|cddl_v1</licenseMerge>
+ <licenseMerge>GNU LGPL 2.1|GNU Lesser General Public License (LGPL), Version 2.1|GNU Lesser General Public License, version 2.1|lgpl_v2_1</licenseMerge>
+ <licenseMerge>GNU LGPL 3|GNU LESSER GENERAL PUBLIC LICENSE, Version 3|GNU Lesser General Public Licence|GNU Lesser General Public License|GNU LESSER GENERAL PUBLIC LICENSE</licenseMerge>
+ <licenseMerge>Dual license: CDDL 1.0 and GPL v2|Dual license consisting of the CDDL v1.0 and GPL v2|CDDL+GPLv2|CDDL+GPL|CDDL+GPL License</licenseMerge>
+ <licenseMerge>Dual license: CDDL 1.1 and GPL v2|Dual license consisting of the CDDL v1.1 and GPL v2|CDDL1_1+GPLv2</licenseMerge>
+ <licenseMerge>Dual License: CDDL 1.0 and GPL V2 with Classpath Exception|CDDL + GPLv2 with classpath exception</licenseMerge>
+ </licenseMerges>
</configuration>
</plugin>
</plugins>