]
Brian Stansberry updated WFCORE-3331:
-------------------------------------
Security: (was: Red Hat Internal)
Missing or redundant license for
org.wildfly.core:wildfly-elytron-integration
-----------------------------------------------------------------------------
Key: WFCORE-3331
URL:
https://issues.jboss.org/browse/WFCORE-3331
Project: WildFly Core
Issue Type: Bug
Affects Versions: 3.0.3.Final, 3.0.4.Final
Reporter: Petr Sakař
Assignee: Petr Sakař
Priority: Critical
licenses.xml contains:
{code}
<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&...
<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>
{code}
However, wildfly-elytron-integration-3.0.3.Final.pom only contains:
{code}
<licenses>
<license>
<name>Apache 2</name>
<
url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
{code}
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.