Set consistent activations across profiles.

This commit is contained in:
Manuele Simi 2019-05-17 18:47:53 -04:00
parent 860b2bb164
commit 9d0205f8e7
1 changed files with 16 additions and 5 deletions

21
pom.xml
View File

@ -56,7 +56,12 @@
<profile>
<id>gcube-developer</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>j!enkins-releases</name>
</property>
<property>
<name>!jenkins-snapshots</name>
</property>
</activation>
<!-- gCube repositories -->
@ -75,12 +80,15 @@
</profile>
<profile>
<id>jenkins-snapshot</id>
<id>jenkins-snapshots</id>
<activation>
<property>
<name>jenkins-snapshot</name>
<name>jenkins-snapshots</name>
<value>true</value>
</property>
<property>
<name>!jenkins-releases</name>
</property>
</activation>
<!-- gCube repositories -->
@ -99,12 +107,15 @@
</profile>
<profile>
<id>jenkins-release</id>
<id>jenkins-releases</id>
<activation>
<property>
<name>jenkins-release</name>
<name>jenkins-releases</name>
<value>true</value>
</property>
<property>
<name>!jenkins-snapshots</name>
</property>
</activation>
<!-- gCube repositories -->