Author: brianf
Date: Mon Nov 13 20:31:44 2006
New Revision: 474650

URL: http://svn.apache.org/viewvc?view=rev&rev=474650
Log:
clarified version search in site

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

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt?view=diff&rev=474650&r1=474649&r2=474650
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt 
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Mon Nov 
13 20:31:44 2006
@@ -48,7 +48,7 @@
    optional new name can be set to rename or the version stripped while 
copying. 
    
    The artifact version is optional. If not set, the plugin will attempt to 
resolve it from the
-   dependencyManagement section.
+   project dependencies and then the dependencyManagement section.
 
    Artifacts are copied using the following rules:
 
@@ -186,8 +186,8 @@
      
      * If none of the above is set, then it defaults to the 
<<<overWriteIfNewer>>> value (default = true) 
 
-   The artifact version is optional. If not set, the plugin will attempt to
-   resolve from the dependencyManagement section.
+   The artifact version is optional. If not set, the plugin will attempt to 
resolve it from the
+   project dependencies and then the dependencyManagement section.
 
 +---+
 <project>


Reply via email to