Author: brett Date: Fri Dec 9 18:35:18 2005 New Revision: 355697 URL: http://svn.apache.org/viewcvs?rev=355697&view=rev Log: need snapshots
Modified: maven/components/trunk/maven-core-it/it0031/pom.xml maven/components/trunk/maven-core-it/it0068/pom.xml Modified: maven/components/trunk/maven-core-it/it0031/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0031/pom.xml?rev=355697&r1=355696&r2=355697&view=diff ============================================================================== --- maven/components/trunk/maven-core-it/it0031/pom.xml (original) +++ maven/components/trunk/maven-core-it/it0031/pom.xml Fri Dec 9 18:35:18 2005 @@ -21,4 +21,11 @@ </plugin --> </plugins> </build> + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <name>Maven Central Plugins Development Repository</name> + <url>http://snapshots.maven.codehaus.org/maven2</url> + </pluginRepository> + </pluginRepositories> </model> Modified: maven/components/trunk/maven-core-it/it0068/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0068/pom.xml?rev=355697&r1=355696&r2=355697&view=diff ============================================================================== --- maven/components/trunk/maven-core-it/it0068/pom.xml (original) +++ maven/components/trunk/maven-core-it/it0068/pom.xml Fri Dec 9 18:35:18 2005 @@ -26,4 +26,11 @@ </plugin> </plugins> </build> + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <name>Maven Central Plugins Development Repository</name> + <url>http://snapshots.maven.codehaus.org/maven2</url> + </pluginRepository> + </pluginRepositories> </project>