Author: jdcasey
Date: Wed Jul  9 18:29:53 2008
New Revision: 675401

URL: http://svn.apache.org/viewvc?rev=675401&view=rev
Log:
adding snapshot repositories so we can resolve the it plugins.

Modified:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0073/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0086/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0087/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0088/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0090/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0104/pom.xml
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0107/pom.xml

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0073/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0073/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0073/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0073/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -5,6 +5,24 @@
   <artifactId>maven-it-it0073</artifactId>
   <description>Tests context passing between mojos in the same 
plugin.</description>
   <version>1.0-SNAPSHOT</version>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <build>
     <plugins>
       <plugin>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0086/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0086/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0086/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0086/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -5,6 +5,24 @@
   <version>1.0</version>
   <artifactId>maven-it-it0086</artifactId>
   <description>Verify that a plugin dependency class can be loaded from both 
the plugin classloader and the context classloader available to the 
plugin.</description>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <build>
     <plugins>
       <plugin>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0087/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0087/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0087/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0087/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -8,6 +8,24 @@
     Verify that a project-level plugin dependency class can be loaded from 
both the plugin classloader
     and the context classloader available to the plugin.
   </description>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <build>
     <plugins>
       <plugin>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0088/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0088/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0088/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0088/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -5,6 +5,24 @@
   <artifactId>maven-it-it0088</artifactId>
   <description>Test path translation.</description>
   <version>1.0</version>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0090/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0090/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0090/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0090/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -6,6 +6,24 @@
   <description>Test that ensures that envars are interpolated correctly into 
plugin
         configurations.</description>
   <version>1.0</version>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0104/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0104/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0104/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0104/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -13,6 +13,24 @@
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0107/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0107/pom.xml?rev=675401&r1=675400&r2=675401&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0107/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0107/pom.xml
 Wed Jul  9 18:29:53 2008
@@ -7,6 +7,24 @@
         expected [MNG-2293]</description>
   <packaging>pom</packaging>
   <version>3.8.1</version>
+  
+  <repositories>
+    <repository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>test-plugins</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
   <build>
     <plugins>
       <plugin>


Reply via email to