Do not skip deployment on gcube-snapshots if there is a release version within the gcube-developer profile.

This commit is contained in:
Manuele Simi 2019-10-06 15:23:08 -04:00
parent cf7ee515fe
commit ab63e6c9df
1 changed files with 2 additions and 2 deletions

View File

@ -181,14 +181,14 @@
</execution>
</executions>
</plugin>
<plugin>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>${skip.when.is.release.used}</skip>
</configuration>
</plugin>
</plugin-->
</plugins>
</build>
</profile>