Add concourse pipeline

This commit is contained in:
Dave Syer
2017-06-06 14:40:53 +01:00
committed by markfisher
parent 14867f9685
commit 347cfcef03
3 changed files with 82 additions and 0 deletions

15
.mvn/settings.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<servers>
<server>
<id>sonatype-nexus-staging</id>
<username>${env.sonatype_username}</username>
<password>${env.sonatype_password}</password>
</server>
<server>
<id>repo.spring.io</id>
<username>${env.spring_username}</username>
<password>${env.spring_password}</password>
</server>
</servers>
</settings>