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>