You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/29 22:55:20 UTC

svn commit: r739038 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources: bootstrap/pom.xml mng-3485/pom.xml mng-3600/pom.xml

Author: bentmann
Date: Thu Jan 29 21:55:19 2009
New Revision: 739038

URL: http://svn.apache.org/viewvc?rev=739038&view=rev
Log:
o Removed the repo configs from the tests and made the bootstrap pull the core-it-wagon instead

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3485/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3600/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml?rev=739038&r1=739037&r2=739038&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml Thu Jan 29 21:55:19 2009
@@ -27,7 +27,7 @@
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <name>Maven Integration Test :: Boostrap</name> 
+  <name>Maven Integration Test :: Boostrap</name>
   <description>
     This project pulls down all the snapshot plugins required for the IT suite. Due to MNG-2974, snapshot versions of
     plugins cannot be downloaded by Maven from non-default repositories configured in the POM if the plugin is invoked
@@ -92,7 +92,13 @@
   </properties>
 
   <dependencies>
-    <!-- IT plugins in alphabetical order -->
+    <!-- IT plugins/artifacts in alphabetical order -->
+    <dependency>
+      <groupId>org.apache.maven.its</groupId>
+      <artifactId>core-it-wagon</artifactId>
+      <version>${itPluginVersion}</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.its.plugins</groupId>
       <artifactId>maven-it-plugin-all</artifactId>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3485/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3485/pom.xml?rev=739038&r1=739037&r2=739038&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3485/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3485/pom.xml Thu Jan 29 21:55:19 2009
@@ -28,16 +28,4 @@
       <url>scpexe://foo.bar/path</url>
     </repository>
   </distributionManagement>
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
 </project>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3600/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3600/pom.xml?rev=739038&r1=739037&r2=739038&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3600/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3600/pom.xml Thu Jan 29 21:55:19 2009
@@ -28,16 +28,4 @@
       <url>scpexe://foo.bar/path</url>
     </repository>
   </distributionManagement>
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
 </project>