...
Add server section below to your settings.xml file:
Code Block | ||
---|---|---|
| ||
<settings> ... <servers> <server> <id>sonatype-nexus-staging</id> <username>your-jira-id</username> <password>your-jira-pwd</password> </server> </servers> ... </settings> |
...
...
Add server section below to your settings.xml file:
Code Block | ||
---|---|---|
| ||
<settings> ... <servers> <server> <id>sonatype-nexus-staging</id> <username>your-jira-id</username> <password>your-jira-pwd</password> </server> </servers> ... </settings> |
...