Hi Fabian,

you could add a specific configuration to the deploy plugin in those data modules to skip deployment as follows:

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

Source:
http://maven.apache.org/plugins/maven-deploy-plugin/faq.html#skip

Hope this helps.

Cheers,


On 13/12/12 14:28, Fabian Christ wrote:
Hi,

we are using the Apache SNAPSHOT repo to automatically deploy SNAPSHOTs
from the Jenkins build.

The problem with this configuration is that the data bundles are also
deployed there. But we know that the data bundles contain models that have
a more restrictive license than the Apache License. Therefore, we are not
able to release those artifacts in this form.

Is there a way to exclude the data bundles from the deploy in Jenkins?

Best,
  - Fabian


--
Sergio Fernández
Salzburg Research
+43 662 2288 318
Jakob-Haringer Strasse 5/II
A-5020 Salzburg (Austria)
http://www.salzburgresearch.at

Reply via email to