You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projects `pom.xml` must have the lines marked with "`<!-- New -->`" to use the new options (`extendedInfo`
59
-
and `writeExcelFile`):
60
-
61
-
```xml
62
-
<build>
63
-
<pluginManagement>
64
-
<plugins>
65
-
<plugin>
66
-
<groupId>org.codehaus.mojo</groupId>
67
-
<artifactId>license-maven-plugin</artifactId>
68
-
<version>2.4.0-SNAPSHOT</version>
69
-
<configuration>
70
-
<!-- New -->
71
-
<extendedInfo>true</extendedInfo>
72
-
<!-- New -->
73
-
<writeExcelFile>true</writeExcelFile>
74
-
<!-- New -->
75
-
<writeCalcFile>true</writeCalcFile>
76
-
77
-
<!-- Not needed, but a suggestion -->
78
-
<!-- Makes it more readable, licenses are the same with different names -->
79
-
<licenseMerges>
80
-
<licenseMerge>Apache License, Version 2.0
81
-
|Apache 2.0
82
-
|Apache 2
83
-
|Apache License 2.0
84
-
|The Apache Software License, Version 2.0
85
-
|Apache License, version 2.0|AL 2.0
86
-
|ASF 2.0
87
-
</licenseMerge>
88
-
<licenseMerge>MIT License|The MIT License|The MIT License (MIT)</licenseMerge>
89
-
<licenseMerge>GNU Lesser General Public License
90
-
|GNU Lesser General Public Licence
91
-
|GNU LESSER GENERAL PUBLIC LICENSE
92
-
|GNU Lesser Public License
93
-
|Lesser General Public License (LGPL)
94
-
</licenseMerge>
95
-
<licenseMerge>GNU General Lesser Public License (LGPL) version 3.0
96
-
|GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)
97
-
|The GNU Lesser General Public License, Version 3.0
98
-
|Lesser General Public License (LGPL) v 3.0
99
-
</licenseMerge>
100
-
<!-- Problematic: While the maven plugins may have a simple declaration of "BSD" for their license, they may mean "New BSD" license, at least that's what they state on their websites. -->
0 commit comments