Do not skip deployment on gcube-snapshots if there is a release version within the jenkins-snapshots profile. Use a standard repository instead of snapshot for gcube-developer.
This commit is contained in:
parent
ab63e6c9df
commit
819af1099d
8
pom.xml
8
pom.xml
|
@ -149,11 +149,11 @@
|
||||||
|
|
||||||
<!-- Repositories for deployments -->
|
<!-- Repositories for deployments -->
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<repository>
|
||||||
<id>gcube-snapshots</id>
|
<id>gcube-snapshots</id>
|
||||||
<name>gCube Snapshots</name>
|
<name>gCube Snapshots</name>
|
||||||
<url>${repository.snapshots.url}</url>
|
<url>${repository.snapshots.url}</url>
|
||||||
</snapshotRepository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -255,14 +255,14 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!--plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<version>3.0.0-M1</version>
|
<version>3.0.0-M1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>${skip.when.is.release.used}</skip>
|
<skip>${skip.when.is.release.used}</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in New Issue