Things to allow opening.

This commit is contained in:
Jake Wharton
2015-03-27 00:29:13 -04:00
parent 1e741c0f71
commit 1ba702fc42
5 changed files with 89 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<settings>
<servers>
<server>
<id>sonatype-nexus-snapshots</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
</servers>
</settings>