Configs/Maven/1.1.0/jenkins-staging-settings.xml

16 lines
549 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-staging-jenkins</id>
<username>{{ gcube_maven_user }}</username>
<password>{{ gcube_maven_pwd }}</password>
</server>
</servers>
<activeProfiles>
<activeProfile>jenkins-staging</activeProfile>
</activeProfiles>
</settings>