Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from aozarov/travis
Browse files Browse the repository at this point in the history
Update setting.xml to include maven credentials needed for deploy
eamonnmcmanus committed Jun 30, 2015

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents de6ea51 + 4186798 commit f6a7282
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -13,6 +13,16 @@
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>sonatype-nexus-snapshots</id>
<username>${env.MVN_DEPLOY_USERNAME}</username>
<password>${env.MVN_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>sonatype-nexus-staging</id>
<username>${env.MVN_DEPLOY_USERNAME}</username>
<password>${env.MVN_DEPLOY_PASSWORD}</password>
</server>
</servers>
<mirrors/>
<proxies/>

0 comments on commit f6a7282

Please sign in to comment.