New dry-run settings.
This commit is contained in:
parent
c4e88ece3e
commit
d0afc2fc00
|
@ -5,12 +5,12 @@
|
|||
<server>
|
||||
<id>gcube-snapshots</id>
|
||||
<username>{{ gcube_maven_user }}</username>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>gcube-developer</activeProfile>
|
||||
</activeProfiles>
|
||||
</activeProfiles>
|
||||
</settings>
|
|
@ -5,13 +5,12 @@
|
|||
<server>
|
||||
<id>gcube-releases</id>
|
||||
<username>{{ gcube_maven_user }}</username>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>jenkins-releases</activeProfile>
|
||||
</activeProfiles>
|
||||
<activeProfile>jenkins-releases</activeProfile>
|
||||
<activeProfile>dry-run</activeProfile>
|
||||
</activeProfiles>
|
||||
</settings>
|
|
@ -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>
|
|
@ -5,12 +5,13 @@
|
|||
<server>
|
||||
<id>gcube-snapshots</id>
|
||||
<username>{{ gcube_maven_user }}</username>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
</server>
|
||||
<password>{{ gcube_maven_pwd }}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>jenkins-snapshots</activeProfile>
|
||||
</activeProfiles>
|
||||
<activeProfile>jenkins-snapshots</activeProfile>
|
||||
<activeProfile>dry-run</activeProfile>
|
||||
</activeProfiles>
|
||||
|
||||
</settings>
|
|
@ -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>
|
Loading…
Reference in New Issue