Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-20514

org.wildfly.unstable.api.annotation:unstable-api-annotation-classpath-indexer missing a license

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 36.0.0.Final
    • 35.0.1.Final
    • None
    • None

      project https://github.com/wildfly/unstable-api-annotation-utils seems to be missing a license.

      For WildFly this is an issue for licenses.xml creation where this artifact then doesn't have a proper license listed - in fact it instead uses "Public Domain" fallback

          <dependency>
            <groupId>org.wildfly.unstable.api.annotation</groupId>
            <artifactId>unstable-api-annotation-classpath-indexer</artifactId>
            <version>1.0.0.Final</version>
            <licenses>
              <license>
                <name>Public Domain</name>
                <distribution>repo</distribution>
              </license>
            </licenses>
            <source>wildfly-ee-feature-pack-licenses.xml</source>
          </dependency>
      

              kkhan1@redhat.com Kabir Khan
              jbliznak@redhat.com Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: