killbill-uncached

pom.xml: add nexus-staging-maven-plugin After having

3/18/2013 8:10:43 PM

Changes

pom.xml 10(+10 -0)

Details

pom.xml 10(+10 -0)

diff --git a/pom.xml b/pom.xml
index a99607d..7af57f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -800,6 +800,16 @@
                     <attachClasses>true</attachClasses>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.sonatype.plugins</groupId>
+                <artifactId>nexus-staging-maven-plugin</artifactId>
+                <version>1.3</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <serverId>ossrh-releases</serverId>
+                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <profiles>