Author: jdcasey Date: Tue Jan 10 08:51:39 2006 New Revision: 367687 URL: http://svn.apache.org/viewcvs?rev=367687&view=rev Log: Adding pluginRepository defs for core-it plugin to be found.
Modified: maven/components/trunk/maven-core-it/it0086/pom.xml maven/components/trunk/maven-core-it/it0087/pom.xml Modified: maven/components/trunk/maven-core-it/it0086/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0086/pom.xml?rev=367687&r1=367686&r2=367687&view=diff ============================================================================== --- maven/components/trunk/maven-core-it/it0086/pom.xml (original) +++ maven/components/trunk/maven-core-it/it0086/pom.xml Tue Jan 10 08:51:39 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/trunk/maven-core-it/it0087/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0087/pom.xml?rev=367687&r1=367686&r2=367687&view=diff ============================================================================== --- maven/components/trunk/maven-core-it/it0087/pom.xml (original) +++ maven/components/trunk/maven-core-it/it0087/pom.xml Tue Jan 10 08:51:39 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>