Skip to content

Instantly share code, notes, and snippets.

@kaspernielsen
Created July 11, 2014 11:04
Show Gist options
  • Save kaspernielsen/6575da540b7c78fbdc47 to your computer and use it in GitHub Desktop.
Save kaspernielsen/6575da540b7c78fbdc47 to your computer and use it in GitHub Desktop.
travis-ci
<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