Skip to content

Commit

Permalink
Add nexus configuration in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Feb 4, 2016
1 parent 5e3727c commit 7ec2295
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,19 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>

<!-- Nexus staging, https://oss.sonatype.org/ -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 7ec2295

Please sign in to comment.