Author: brett
Date: Mon Sep 24 05:32:41 2007
New Revision: 578790

URL: http://svn.apache.org/viewvc?rev=578790&view=rev
Log:
add in the integration test runner for 2.0.x

Added:
    maven/components/branches/maven-2.0.x/maven-core-it-runner/
      - copied from r578654, maven/components/trunk/maven-core-it-runner/
Modified:
    maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml?rev=578790&r1=578654&r2=578790&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml 
(original)
+++ maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml Mon Sep 
24 05:32:41 2007
@@ -23,15 +23,15 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0.8-SNAPSHOT</version>
   </parent>
   <artifactId>maven-core-it-runner</artifactId>
   <name>Integration Test Executor</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-      <version>2.1-SNAPSHOT</version>
+      <artifactId>maven-core</artifactId>
+      <version>2.0.8-SNAPSHOT</version>
       <classifier>bin</classifier>
       <type>tar.gz</type>
     </dependency>
@@ -68,7 +68,7 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>org.apache.maven</groupId>
-                  <artifactId>maven-embedder</artifactId>
+                  <artifactId>maven-core</artifactId>
                   <version>${project.version}</version>
                   <classifier>bin</classifier>
                   <type>tar.gz</type>

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?rev=578790&r1=578789&r2=578790&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Mon Sep 24 05:32:41 2007
@@ -290,5 +290,11 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>run-its</id>
+      <modules>
+        <module>maven-core-it-runner</module>
+      </modules>
+    </profile>
   </profiles>
 </project>


Reply via email to