Skip to content

Instantly share code, notes, and snippets.

@caniszczyk
Created January 7, 2014 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caniszczyk/8292751 to your computer and use it in GitHub Desktop.
Save caniszczyk/8292751 to your computer and use it in GitHub Desktop.
sample-sonatype-settings
[tw-mba13-caniszczyk luna (master)]$ cat ~/.m2/settings.xml
<settings>
<servers>
<server>
<id>sonatype-nexus-snapshots</id>
<username>caniszczyk</username>
<password>YOUR_PASSWORD</password>
</server>
<server>
<id>sonatype-nexus-staging</id>
<username>caniszczyk</username>
<password>YOUR_PASSWORD</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment