Configs/Maven/1.1.0/jenkins-releases-dry-run-se...

17 lines
519 B
XML

<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>
<activeProfile>dry-run</activeProfile>
</activeProfiles>
</settings>