Author: dennisl
Date: Wed Apr 11 11:33:09 2007
New Revision: 527602
URL: http://svn.apache.org/viewvc?view=rev&rev=527602
Log:
o Use the correct parameter name in the dryRun example in JavaDoc.
Modified:
maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
Modified:
maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
URL:
http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java?view=diff&rev=527602&r1=527601&r2=527602
==============================================================================
---
maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
(original)
+++
maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
Wed Apr 11 11:33:09 2007
@@ -64,8 +64,8 @@
/**
* Dry run: don't checkin or tag anything in the scm repository, or modify
the checkout.
- * Running <code>mvn -Dtestmode=true release:prepare</code> could be
useful in order to check that modifications to
- * poms and scm operations (only listed in console) are working as
expected.
+ * Running <code>mvn -DdryRun=true release:prepare</code> is useful in
order to check that modifications to
+ * poms and scm operations (only listed on the console) are working as
expected.
* Modified POMs are written alongside the originals without modifying
them.
*
* @parameter expression="${dryRun}" default-value="false"