You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/20 18:42:36 UTC

svn commit: r379180 - /maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml

Author: ltheussl
Date: Mon Feb 20 09:42:33 2006
New Revision: 379180

URL: http://svn.apache.org/viewcvs?rev=379180&view=rev
Log:
Add a note on maven.scm.testmode.

Modified:
    maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml

Modified: maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml?rev=379180&r1=379179&r2=379180&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/releasing.xml Mon Feb 20 09:42:33 2006
@@ -51,6 +51,8 @@
           <li>Tag the entire source tree with the new tag name</li>
         </ol>
         <p>
+          (Note that you may preview the changes made to project.xml and changes.xml by setting
+          the <code>maven.scm.testmode</code> property).
           When this operation is over, your source control has the released code tagged and ready to deploy.
         </p>
       </subsection>