Add jenkins-staging settings.

This commit is contained in:
Manuele Simi 2019-09-08 15:49:45 -04:00
parent 82792c3ea3
commit 180fd131b0
1 changed files with 15 additions and 0 deletions

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