Skip to content

Instantly share code, notes, and snippets.

@stliu
Created November 1, 2012 06:27
Show Gist options
  • Select an option

  • Save stliu/3992183 to your computer and use it in GitHub Desktop.

Select an option

Save stliu/3992183 to your computer and use it in GitHub Desktop.
<servers>
<server>
<id>jboss-developer-repository-group</id>
<username>${your username}</username>
<password>${your password}</password>
</server>
<server>
<id>jboss-snapshots-repository</id>
<username>${your username}</username>
<password>${your password}</password>
</server>
<server>
<id>jboss-releases-repository</id>
<username>${your username}</username>
<password>${your password}</password>
</server>
</servers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment