Author: vsiveton
Date: Tue Nov 13 06:04:07 2007
New Revision: 594541
URL: http://svn.apache.org/viewvc?rev=594541&view=rev
Log:
o lock surefire-plugin version to 2.3 to avoid Plexus pb
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=594541&r1=594540&r2=594541&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Tue Nov 13 06:04:07 2007
@@ -75,4 +75,13 @@
<name>Jesse McConnell</name>
</contributor>
</contributors>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ </plugins>
+ </build>
</project>