Skip to content

Commit

Permalink
added staging plugin usage preliminary
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 18, 2012
1 parent bd79ba8 commit 8e0b481
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -320,6 +320,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<!-- managed down to 1.2 since 1.3 is not yet in central and that breaks CI server -->
<version>1.2</version>
<extensions>true</extensions>
<inherited>false</inherited>
<configuration>
<serverId>oss.sonatype.org-jayway-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<stagingProfileId>26a4c760b261ca</stagingProfileId>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8e0b481

Please sign in to comment.