Author: dantran
Date: Thu Dec 31 02:01:57 2009
New Revision: 894760

URL: http://svn.apache.org/viewvc?rev=894760&view=rev
Log:
MDEP-155: corrected build-classpath mojo usage

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm?rev=894760&r1=894759&r2=894760&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm 
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt.vm Thu 
Dec 31 02:01:57 2009
@@ -541,7 +541,7 @@
   or to write the classpath to cp.txt.:
 
 +---+
-mvn dependency:build-classpath -Dmaven.dep.cpFile=cp.txt
+mvn dependency:build-classpath -Dmdep.outputFile=cp.txt
 +---+
 
   The goal can also be bound to a lifecycle phase with the following 
configuration:


Reply via email to