You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/12/10 03:35:21 UTC

svn commit: r355697 - in /maven/components/trunk/maven-core-it: it0031/pom.xml it0068/pom.xml

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>