New dry-run settings.

This commit is contained in:
Manuele Simi 2019-05-28 20:46:05 -04:00
parent c4e88ece3e
commit d0afc2fc00
5 changed files with 44 additions and 13 deletions

View File

@ -5,12 +5,12 @@
<server> <server>
<id>gcube-snapshots</id> <id>gcube-snapshots</id>
<username>{{ gcube_maven_user }}</username> <username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password> <password>{{ gcube_maven_pwd }}</password>
</server> </server>
</servers> </servers>
<activeProfiles> <activeProfiles>
<activeProfile>gcube-developer</activeProfile> <activeProfile>gcube-developer</activeProfile>
</activeProfiles> </activeProfiles>
</settings> </settings>

View File

@ -5,13 +5,12 @@
<server> <server>
<id>gcube-releases</id> <id>gcube-releases</id>
<username>{{ gcube_maven_user }}</username> <username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password> <password>{{ gcube_maven_pwd }}</password>
</server> </server>
</servers> </servers>
<activeProfiles> <activeProfiles>
<activeProfile>jenkins-releases</activeProfile> <activeProfile>jenkins-releases</activeProfile>
</activeProfiles> <activeProfile>dry-run</activeProfile>
</activeProfiles>
</settings> </settings>

View File

@ -0,0 +1,15 @@
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>gcube-releases</id>
<username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password>
</server>
</servers>
<activeProfiles>
<activeProfile>jenkins-releases</activeProfile>
</activeProfiles>
</settings>

View File

@ -5,12 +5,13 @@
<server> <server>
<id>gcube-snapshots</id> <id>gcube-snapshots</id>
<username>{{ gcube_maven_user }}</username> <username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password> <password>{{ gcube_maven_pwd }}</password>
</server> </server>
</servers> </servers>
<activeProfiles> <activeProfiles>
<activeProfile>jenkins-snapshots</activeProfile> <activeProfile>jenkins-snapshots</activeProfile>
</activeProfiles> <activeProfile>dry-run</activeProfile>
</activeProfiles>
</settings> </settings>

View File

@ -0,0 +1,16 @@
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>gcube-snapshots</id>
<username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password>
</server>
</servers>
<activeProfiles>
<activeProfile>jenkins-snapshots</activeProfile>
</activeProfiles>
</settings>