You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/07/28 02:51:45 UTC

svn commit: r225662 - in /maven/components/trunk/maven-core-it: it0022/pom.xml it0023/pom.xml it0025/pom.xml it0026/pom.xml it0027/pom.xml it0041/pom.xml

Author: brett
Date: Wed Jul 27 17:51:36 2005
New Revision: 225662

URL: http://svn.apache.org/viewcvs?rev=225662&view=rev
Log:
add correct plugin repository

Modified:
    maven/components/trunk/maven-core-it/it0022/pom.xml
    maven/components/trunk/maven-core-it/it0023/pom.xml
    maven/components/trunk/maven-core-it/it0025/pom.xml
    maven/components/trunk/maven-core-it/it0026/pom.xml
    maven/components/trunk/maven-core-it/it0027/pom.xml
    maven/components/trunk/maven-core-it/it0041/pom.xml

Modified: maven/components/trunk/maven-core-it/it0022/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0022/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0022/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0022/pom.xml Wed Jul 27 17:51:36 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/plugins</url>
+    </pluginRepository>
+  </pluginRepositories>
 </model>

Modified: maven/components/trunk/maven-core-it/it0023/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0023/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0023/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0023/pom.xml Wed Jul 27 17:51:36 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/plugins</url>
+    </pluginRepository>
+  </pluginRepositories>
 </model>

Modified: maven/components/trunk/maven-core-it/it0025/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0025/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0025/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0025/pom.xml Wed Jul 27 17:51:36 2005
@@ -36,4 +36,11 @@
       </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>
 </model>

Modified: maven/components/trunk/maven-core-it/it0026/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0026/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0026/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0026/pom.xml Wed Jul 27 17:51:36 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/plugins</url>
+    </pluginRepository>
+  </pluginRepositories>
 </model>

Modified: maven/components/trunk/maven-core-it/it0027/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0027/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0027/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0027/pom.xml Wed Jul 27 17:51:36 2005
@@ -13,4 +13,11 @@
       </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>
 </model>

Modified: maven/components/trunk/maven-core-it/it0041/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0041/pom.xml?rev=225662&r1=225661&r2=225662&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0041/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0041/pom.xml Wed Jul 27 17:51:36 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/plugins</url>
+    </pluginRepository>
+  </pluginRepositories>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org