o i can now run the ITs in a reactor without it blowing up

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-23 02:38:48 +00:00
parent ac71c4103e
commit e450743c2a
12 changed files with 43 additions and 67 deletions

View File

@ -5,8 +5,6 @@
<groupId>org.apache.maven.its.it0080</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<artifactId>test-component-a</artifactId>
<version>0.1</version>
<name>Test Component A</name>

View File

@ -5,13 +5,10 @@
<groupId>org.apache.maven.its.it0080</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<artifactId>test-component-b</artifactId>
<version>0.1</version>
<name>Test Component B</name>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>test</groupId>

View File

@ -5,13 +5,10 @@
<groupId>org.apache.maven.its.it0080</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<artifactId>test-component-c</artifactId>
<version>0.1</version>
<name>Test Component C</name>
<packaging>ear</packaging>
<dependencies>
<dependency>
<groupId>test</groupId>

View File

@ -5,7 +5,6 @@
<groupId>org.apache.maven.its.it0081</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<artifactId>test-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.1</version>

View File

@ -1,17 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
<parent>
<artifactId>maven-it-it0082</artifactId>
<groupId>org.apache.maven.its.it0082</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<artifactId>test-component-c</artifactId>
<version>0.1</version>
<name>Test Component C</name>
<packaging>war</packaging>
<build>
<plugins>
<plugin>

View File

@ -1,8 +1,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<artifactId>maven-it-it0082</artifactId>
<groupId>org.apache.maven.its.it0082</groupId>
<version>0.1</version>
</parent>

View File

@ -1,12 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0083</artifactId>
<groupId>org.apache.maven.its.it0083</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-a</artifactId>
<version>0.1</version>
<name>Test Component A</name>

View File

@ -1,12 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0083</artifactId>
<groupId>org.apache.maven.its.it0083</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-b</artifactId>
<version>0.1</version>
<name>Test Component B</name>

View File

@ -1,12 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0083</artifactId>
<groupId>org.apache.maven.its.it0083</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-c</artifactId>
<version>0.1</version>
<name>Test Component C</name>

View File

@ -1,21 +1,19 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0084</artifactId>
<groupId>org.apache.maven.its.it0084</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-a</artifactId>
<version>0.1</version>
<name>Test Component A</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>

View File

@ -1,12 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0084</artifactId>
<groupId>org.apache.maven.its.it0084</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-b</artifactId>
<version>0.1</version>
<name>Test Component B</name>

View File

@ -1,12 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>test-components</artifactId>
<groupId>test</groupId>
<version>0.1</version>
</parent>
<groupId>test</groupId>
<parent>
<artifactId>maven-it-it0084</artifactId>
<groupId>org.apache.maven.its.it0084</groupId>
<version>0.1</version>
</parent>
<artifactId>test-component-c</artifactId>
<version>0.1</version>
<name>Test Component C</name>