Skip to content

Instantly share code, notes, and snippets.

@headius
Created May 5, 2015 21:27
Show Gist options
  • Save headius/ab4b4a80953ae52fe13d to your computer and use it in GitHub Desktop.
Save headius/ab4b4a80953ae52fe13d to your computer and use it in GitHub Desktop.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>sonatype-nexus-snapshots</id>
<username>headius</username>
<password>monkeynuts</password>
</server>
<server>
<id>sonatype-nexus-staging</id>
<username>headius</username>
<password>monkeynuts</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment