Author: jvanzyl
Date: Sat Sep 10 05:03:21 2005
New Revision: 279995

URL: http://svn.apache.org/viewcvs?rev=279995&view=rev
Log:
o adding pluginRepositories element to match the other ITs which use the
  core-it plugin.

Modified:
    maven/components/trunk/maven-core-it/it0012/pom.xml

Modified: maven/components/trunk/maven-core-it/it0012/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0012/pom.xml?rev=279995&r1=279994&r2=279995&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0012/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0012/pom.xml Sat Sep 10 05:03:21 2005
@@ -15,7 +15,13 @@
       </plugin>
     </plugins>
   </build>
-
+  <pluginRepositories>
+    <pluginRepository>
+      <id>snapshots</id>
+      <name>Maven Central Plugins Development Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
+    </pluginRepository>
+  </pluginRepositories>
   <modules>
     <module>child-project</module>
   </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to