[jboss-jira] [JBoss JIRA] (WFCORE-3331) Missing or redundant license for org.wildfly.core:wildfly-elytron-integration

Brian Stansberry (JIRA) issues at jboss.org
Wed Oct 4 13:55:00 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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</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>
> {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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list