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

Do not deploy SNAPSHOT of data bundles with incompatible license

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • data-1.1.0
    • Data
    • None

    Description

      The Jenkins server deploys SNAPSHOTs of all artifacts on each build. This deploys also data bundles which have packed models, e.g. from OpenNLP, that have a license that is not compatible with the AL.

      Therefore, such data bundles should not be deployed as SNAPSHOTs.

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-deploy-plugin</artifactId>
      <configuration>
      <skip>true</skip>
      </configuration>
      </plugin>

      Should to the trick in the data/parent POM.

      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:

              Slack

                Issue deployment