Skip to content

Commit

Permalink
[issues/69] Need the sontaype staging plugin for release repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
byeo committed Apr 16, 2015
1 parent c5ef070 commit 18594cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -79,6 +79,20 @@
</execution>
</executions>
</plugin>

<plugin>
<!-- http://central.sonatype.org/pages/apache-maven.html -->
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

</plugins>

<pluginManagement>
Expand Down

0 comments on commit 18594cf

Please sign in to comment.