Author: michiel
Date: 2009-07-06 13:33:27 +0200 (Mon, 06 Jul 2009)
New Revision: 36559

Modified:
   mmbase/trunk/tests/pom.xml
Log:


Modified: mmbase/trunk/tests/pom.xml
===================================================================
--- mmbase/trunk/tests/pom.xml  2009-07-06 10:38:20 UTC (rev 36558)
+++ mmbase/trunk/tests/pom.xml  2009-07-06 11:33:27 UTC (rev 36559)
@@ -83,15 +83,24 @@
       </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
+
         <executions>
           <execution>
             <id>copy1</id>
-            <phase>compile</phase>
+            <phase>validate</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>
+
           </execution>
         </executions>
+
+        <configuration>
+          <overWriteSnapshots>false</overWriteSnapshots>
+          <overWriteReleases>false</overWriteReleases>
+          <overWriteIfNewer>false</overWriteIfNewer>
+        </configuration>
+
       </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to