Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlesettings.xml
<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
titlesettings.xml
<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>  

...