Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.