Author: jdcasey Date: Tue Jan 10 08:49:43 2006 New Revision: 367684 URL: http://svn.apache.org/viewcvs?rev=367684&view=rev Log: Adding pluginRepository definitions for snapshots...needed for core-it plugin.
Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml?rev=367684&r1=367683&r2=367684&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-core-it/it0086/pom.xml Tue Jan 10 08:49:43 2006 @@ -11,6 +11,13 @@ Ensure that classes in dependencies of the plugin can be loaded, both from the context loader and the plugin's classloader. </description> + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <url>http://snapshots.maven.codehaus.org/maven2</url> + </pluginRepository> + </pluginRepositories> + <build> <plugins> <plugin> Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml?rev=367684&r1=367683&r2=367684&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-core-it/it0087/pom.xml Tue Jan 10 08:49:43 2006 @@ -12,6 +12,13 @@ and the plugin's classloader. </description> + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <url>http://snapshots.maven.codehaus.org/maven2</url> + </pluginRepository> + </pluginRepositories> + <build> <plugins> <plugin>