Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-666

Missing DISCLAIMER files in artifacts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0-incubating
    • parent-1
    • Build, Parent
    • None

    Description

      All artifacts should include the DISCLAIMER in the META-INF and source releases in the top level folder. The DISCLAIMER can be added automatically using the Maven remote resources plugin.

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-remote-resources-plugin</artifactId>
      <executions>
      <execution>
      <configuration>
      <resourceBundles>
      <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
      <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
      </resourceBundles>
      </configuration>
      </execution>
      </executions>
      </plugin>

      Attachments

        Activity

          People

            fchrist Fabian Christ
            fchrist Fabian Christ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: