Created
August 30, 2016 14:06
-
-
Save mnadeem/fe4521a2d8b57397a07b28bdf7107fd0 to your computer and use it in GitHub Desktop.
Server section in a pom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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