Skip to content

Instantly share code, notes, and snippets.

@mnadeem
Created August 30, 2016 14:06
Show Gist options
  • Save mnadeem/fe4521a2d8b57397a07b28bdf7107fd0 to your computer and use it in GitHub Desktop.
Save mnadeem/fe4521a2d8b57397a07b28bdf7107fd0 to your computer and use it in GitHub Desktop.
Server section in a pom
<settings>
<servers>
<server>
<id>ossrh</id>
<username>your-jira-id</username>
<password>your-jira-pwd</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment