-
Bug
-
Resolution: Done
-
Critical
-
3.0.3.Final, 3.0.4.Final
-
None
-
None
licenses.xml contains:
<licenses> <license> <name>GNU Lesser General Public License v2.1 or later</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url> <distribution>repo</distribution> </license> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses>
However, wildfly-elytron-integration-3.0.3.Final.pom only contains:
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Please fix either licenses.xml or pom.
In case the pom is fixed, please use Apache License 2.0 instead of Apache 2 as license name.