Skip to content

Instantly share code, notes, and snippets.

@caniszczyk
Created December 12, 2012 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save caniszczyk/4272109 to your computer and use it in GitHub Desktop.
Save caniszczyk/4272109 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-staging</id>
<username>caniszczyk</username>
<password>password</password>
</server>
<server>
<id>sonatype-nexus-snapshots</id>
<username>caniszczyk</username>
<password>password</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment