Author: jvanzyl
Date: Thu Jun 28 23:01:25 2007
New Revision: 551806

URL: http://svn.apache.org/viewvc?view=rev&rev=551806
Log:
o helper has been separated and now used in the IT archteype

Removed:
    maven/core-integration-testing/trunk/core-integration-tests/src/main/
    
maven/core-integration-testing/trunk/maven-integration-test/src/test/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
    
maven/core-integration-testing/trunk/maven-integration-test/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
Modified:
    maven/core-integration-testing/trunk/core-integration-tests/pom.xml
    maven/core-integration-testing/trunk/maven-integration-test/pom.xml
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?view=diff&rev=551806&r1=551805&r2=551806
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml 
(original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Thu Jun 
28 23:01:25 2007
@@ -35,6 +35,11 @@
       <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven.its</groupId>
+      <artifactId>maven-integration-test-helper</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>

Modified: maven/core-integration-testing/trunk/maven-integration-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test/pom.xml?view=diff&rev=551806&r1=551805&r2=551806
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test/pom.xml 
(original)
+++ maven/core-integration-testing/trunk/maven-integration-test/pom.xml Thu Jun 
28 23:01:25 2007
@@ -11,6 +11,11 @@
       <version>1.0</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven.its</groupId>
+      <artifactId>maven-integration-test-helper</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>    
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>

Modified: maven/core-integration-testing/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?view=diff&rev=551806&r1=551805&r2=551806
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Thu Jun 28 23:01:25 2007
@@ -47,7 +47,9 @@
   </issueManagement>
   <modules>
     <module>core-integration-testing-plugins</module>
-    <module>core-integration-testing-support</module>    
+    <module>core-integration-testing-support</module>  
+    <module>maven-integration-test-helper</module>  
+    <module>maven-integration-test</module>  
   </modules>  
   <distributionManagement>
     <repository>


Reply via email to