Author: brianf
Date: Tue Jan  2 19:08:34 2007
New Revision: 492034

URL: http://svn.apache.org/viewvc?view=rev&rev=492034
Log:
site updated to clarify overWrite rules

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=492034&r1=492033&r2=492034
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt 
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Tue Jan  
2 19:08:34 2007
@@ -280,6 +280,17 @@
      the plugin to only copy if the source is newer than the destination (or 
it doesn't exist in the destination). (for unpack, this checks the existence of 
the marker file, created in the <<<markersDirectory>>> path.
      To avoid unexpected behavior after <<<mvn clean>>>, this path should 
normally be contained within the <<</target>>> hierarchy.)
      
+   Examples:
+     
+     * Using the default settings (<<<overWriteReleases>>> = false, 
<<<overWriteSnapshots>>> = false, <<<overWriteIfNewer>>> = true), then a 
release or snapshot artifact will
+     only over write the destination if the source is newer than the 
destination (or marker file if unpacking).
+     
+     * If <<<overWriteReleases>>> = true, then a release artifact (ie 
<<<foo-1.0.jar>>>) will always overwrite.
+     
+     * If <<<overWriteSnapshots>>> = true, then a snapshot artifact (ie 
<<<foo-1.0-SNAPSHOT.jar>>>) will always overwrite.
+     
+     * If all of the values are false, then a copy/unpack will only occur if 
it doesn't exist in the destination (or <<<markersDirectory>>> if unpacking).
+     
      
 
 * The <<<dependency:resolve>>> mojo


Reply via email to