[maven-release-plugin] copy for tag wamblee-utils-0.2 wamblee-utils-0.2
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 13 Apr 2010 19:03:24 +0000 (19:03 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 13 Apr 2010 19:03:24 +0000 (19:03 +0000)
pom.xml
release.sh [new file with mode: 0755]

diff --git a/pom.xml b/pom.xml
index 46dbadca8619b4e49188eaacfb1219d0c4ac4ace..8a80684c5aad435bda8d59373535032502bcb877 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </plugin>
                 </plugins>
             </build>
+            <distributionManagement>
+                <repository>
+                    <id>sonatype-nexus-staging</id>
+                    <name>Nexus Release Repository</name>
+                    <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+                </repository>
+            </distributionManagement>
+            
         </profile>
         <profile>
             <id>all</id>
diff --git a/release.sh b/release.sh
new file mode 100755 (executable)
index 0000000..68483a0
--- /dev/null
@@ -0,0 +1,3 @@
+
+mvn release:prepare
+mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx"