You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2010/08/05 15:08:12 UTC

svn commit: r982601 - /maven/scm/trunk/README.txt

Author: olamy
Date: Thu Aug  5 13:08:12 2010
New Revision: 982601

URL: http://svn.apache.org/viewvc?rev=982601&view=rev
Log:
add README regarding releasing scm stuff

Added:
    maven/scm/trunk/README.txt   (with props)

Added: maven/scm/trunk/README.txt
URL: http://svn.apache.org/viewvc/maven/scm/trunk/README.txt?rev=982601&view=auto
==============================================================================
--- maven/scm/trunk/README.txt (added)
+++ maven/scm/trunk/README.txt Thu Aug  5 13:08:12 2010
@@ -0,0 +1,4 @@
+to cut cut a release :
+mvn release:prepare release:perform -B -Dusername=svnuid -Dpassword=svnpassword -DpreparationGoals="clean install"
+The additionnal -DpreparationGoals="clean install" is fixed in 3.x core
+

Propchange: maven/scm/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/scm/trunk/README.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"