Author: brett
Date: Sun Jan 14 13:05:14 2007
New Revision: 496151
URL: http://svn.apache.org/viewvc?view=rev&rev=496151
Log:
required snapshot plugin repository
Modified:
maven/surefire/trunk/pom.xml
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=496151&r1=496150&r2=496151
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Jan 14 13:05:14 2007
@@ -70,6 +70,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <!-- Require the latest version so that tests in surefire-api pass
due to an API change -->
<version>2.3-SNAPSHOT</version>
</plugin>
<plugin>
@@ -88,6 +89,14 @@
<module>maven-surefire-plugin</module>
<module>maven-surefire-report-plugin</module>
</modules>
+
+ <!-- Until 2.3-SNAPSHOT is released and we can depend on it above -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+ </pluginRepository>
+ </pluginRepositories>
<profiles>
<!-- use preinstalled JDK 1.3 to build and test -->