Created
July 11, 2014 11:04
-
-
Save kaspernielsen/6575da540b7c78fbdc47 to your computer and use it in GitHub Desktop.
travis-ci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings> | |
<localRepository/> | |
<interactiveMode/> | |
<usePluginRegistry/> | |
<offline/> | |
<pluginGroups/> | |
<servers> | |
<server> | |
<id>sonatype-nexus-snapshots</id> | |
<username>${env.CI_DEPLOY_USERNAME}</username> | |
<password>${env.CI_DEPLOY_PASSWORD}</password> | |
</server> | |
</servers> | |
<mirrors/> | |
<proxies/> | |
<profiles/> | |
<activeProfiles/> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment