...
Code Block | ||
---|---|---|
| ||
<settings>
...
<servers>
<server>
<id>sonatype-nexus-staging</id>
<username>your-jira-id</username>
<password>your-jira-pwd</password>
</server>
</servers>
...
</settings> |
In case you don't already have Sonatype JIRA account and publish rights to Slice, firstly you'll need to create an account on https://issues.sonatype.org/.
...
Code Block | ||
---|---|---|
| ||
<settings> ... <profile> <id>slice-author</id> <activation> <activeByDefault>false</activeByDefault> </activation> <properties> <privateKey>C:\Users\kamil.ciecierski\.ssh\id_dsa.pub</privateKey> <scm.username>git</scm.username> </properties> ... </profile> ... </settings> |
...