Skip to content

Commit

Permalink
resource plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
an481n committed Nov 30, 2016
1 parent a41f1d6 commit 62c048b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions saserverlibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrhdme</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 62c048b

Please sign in to comment.