Author: olamy
Date: Fri Jun 10 10:20:05 2011
New Revision: 1134265

URL: http://svn.apache.org/viewvc?rev=1134265&view=rev
Log:
upgrade clean plugin which is more performant for a poor occasionnal windauze 
user as me :-)

Modified:
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=1134265&r1=1134264&r2=1134265&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Fri Jun 10 10:20:05 2011
@@ -59,6 +59,11 @@ under the License.
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.3.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


Reply via email to