Author: brianf
Date: Mon Dec 17 12:41:28 2007
New Revision: 604994

URL: http://svn.apache.org/viewvc?rev=604994&view=rev
Log:
changed default scope

Modified:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java?rev=604994&r1=604993&r2=604994&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
 Mon Dec 17 12:41:28 2007
@@ -43,7 +43,7 @@
  * repository to a file or log.
  * 
  * @goal build-classpath
- * @requiresDependencyResolution compile
+ * @requiresDependencyResolution test
  * @phase generate-sources
  * @author ankostis
  * @version $Id$
@@ -63,7 +63,7 @@
     private boolean stripVersion = false;
 
     /**
-     * The prefix to preppend on each dependent artifact. If undefined, the
+     * The prefix to prepend on each dependent artifact. If undefined, the
      * paths refer to the actual files store in the local repository (the
      * stipVersion parameter does nothing then).
      * 


Reply via email to