Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3331

Missing or redundant license for org.wildfly.core:wildfly-elytron-integration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.0.5.Final, 4.0.0.Alpha1
    • 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.

            psakar@redhat.com Petr Sakar (Inactive)
            psakar@redhat.com Petr Sakar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: