Skip to content

Instantly share code, notes, and snippets.

@mnadeem
Created August 30, 2016 14:12
Show Gist options
  • Save mnadeem/f65c720adbb8f5a30328209643dd2ff4 to your computer and use it in GitHub Desktop.
Save mnadeem/f65c720adbb8f5a30328209643dd2ff4 to your computer and use it in GitHub Desktop.
Nexus staging maven plugin
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment