You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2005/09/10 14:03:24 UTC

svn commit: r279995 - /maven/components/trunk/maven-core-it/it0012/pom.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org