You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2005/07/11 05:06:38 UTC

svn commit: r210060 - in /maven/components/trunk/maven-site/src/site/apt/guides: ./ releasing.apt

Author: jvanzyl
Date: Sun Jul 10 20:06:36 2005
New Revision: 210060

URL: http://svn.apache.org/viewcvs?rev=210060&view=rev
Log:
o this release guide is really just a place holder and contains the couple
  of commands i need for releasing :-)

Added:
    maven/components/trunk/maven-site/src/site/apt/guides/
    maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt

Added: maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt?rev=210060&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt Sun Jul 10 20:06:36 2005
@@ -0,0 +1,35 @@
+ -----
+ Releasing
+ -----
+ The Maven Team
+ -----
+
+Releasing
+
+ The  release plugin provides some basic functionality for making releases, and updating 
+ the project SCM accordingly. A release is performed in 2 steps:
+ 
+   [[1]] Preparing the release.
+   
+   [[2]] Performing the release.
+ 
+Preparing the release
+
+ The <<<release:prepare>>> goal will:
+
+   [[1]] Verify that there are no uncommitted changes in the checkout
+   [[2]] Prompt for a desired version and tag name
+   [[3]] Modify the pom.xml 
+   [[4]] Tag the entire source tree with the new tag name
+
+-----
+m2 release:prepare -DtagBase=svn+ssh://svn.codehaus.org/home/projects/plexus/scm/tags
+-----
+
+ When this operation is over, your source control has the released code tagged and ready to deploy.
+
+Performing the release
+
+-----
+m2 release:perform -DtagBase=svn+ssh://svn.codehaus.org/home/projects/plexus/scm
+-----



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org