Author: vsiveton
Date: Sat Dec 1 06:07:12 2007
New Revision: 600133
URL: http://svn.apache.org/viewvc?rev=600133&view=rev
Log:
o lock surefire-plugin version to 2.3 to avoid Plexus pb
Modified:
maven/plugins/trunk/maven-site-plugin/pom.xml
Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=600133&r1=600132&r2=600133&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Dec 1 06:07:12 2007
@@ -262,6 +262,16 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ </plugins>
+ </build>
+
<profiles>
<profile>
<id>integration-tests</id>