mirror of https://github.com/apache/maven.git
o fixes for various child POMs, getting the reactor build to work
o next is removing all the duplicate ids which resulted from us never using Maven itself to run the ITs - it all needs to run in the reactor because it's very convenient to run the reactor to see if everything is ok, allows all the tests to run together and allows you to create the IDE project files for just the test projects. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47ecd04b72
commit
bdf5e876f6
|
@ -1,10 +1,10 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0045</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0045</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>maven-core-it0045-subproject</artifactId>
|
||||
<artifactId>maven-it-it0045-subproject</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
</model>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0046</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0046</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>maven-core-it0046-subproject</artifactId>
|
||||
<artifactId>maven-it-it0046-subproject</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<build>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-core-it-plugin</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<configuration>
|
||||
<fail>true</fail>
|
||||
</configuration>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0046</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0046</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>maven-core-it0046-subproject2</artifactId>
|
||||
<artifactId>maven-it-it0046-subproject2</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
</model>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-core-it0058</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0058</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>maven-core-it0058-subproject</artifactId>
|
||||
<artifactId>maven-it-it0058-subproject</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-core-it0060</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0060</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>maven-core-it0060-subproject</artifactId>
|
||||
<artifactId>maven-it-it0060-subproject</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0</version>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-core-it0075-root</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0075</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>maven-core-it0075-sub1</artifactId>
|
||||
<artifactId>maven-it-it0075-sub1</artifactId>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>maven-core-it0075-root</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0075</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>maven-core-it0075-sub2</artifactId>
|
||||
<artifactId>maven-it-it0075-sub2</artifactId>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>it0085-parent</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0085</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>it0085-dep</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<artifactId>it0085-parent</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0085</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>it0085-war</artifactId>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<version>3.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.it</groupId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>it0085-dep</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it0099</groupId>
|
||||
<artifactId>maven-it0099-parent</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0099</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
<artifactId>maven-it0099-child</artifactId>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it0103</groupId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>level1</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
<groupId>org.apache.maven.it0103</groupId>
|
||||
<artifactId>level3</artifactId>
|
||||
<version>1</version>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it0103</groupId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>level1</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven.it0103</groupId>
|
||||
<artifactId>root</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0103</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
<artifactId>level1</artifactId>
|
||||
|
|
Loading…
Reference in New Issue