Versions Compared

Key

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

...

Add server section below to your settings.xml file:

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>

...