New jenkins-job-settings.xml to be used by Jenkins jobs.

This commit is contained in:
Manuele Simi 2019-06-07 17:41:19 +02:00
parent f728ed2b0e
commit 20b7c3b18e
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<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>
<repositories>
<repository>
<id>gcube-snapshots</id>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</url>
<updatePolicy>never</updatePolicy>
</repository>
<repositories>
<activeProfiles>
<activeProfile>gcube-developer</activeProfile>
</activeProfiles>
</settings>