mirror of https://github.com/apache/maven.git
o fixing gids and aids
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0df5687722
commit
ac71c4103e
|
@ -6,7 +6,6 @@
|
|||
<version>0.1</version>
|
||||
<name>Test Components</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>test-component-c</module>
|
||||
<module>test-component-b</module>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>test-components</artifactId>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>maven-it-it0042</artifactId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component A</name>
|
||||
|
|
|
@ -1,20 +1,17 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>test-components</artifactId>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>maven-it-it0042</artifactId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>test</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
<name>Test Component B</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
|
|
|
@ -1,20 +1,18 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>test-components</artifactId>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>maven-it-it0042</artifactId>
|
||||
<groupId>org.apache.maven.its.it0042</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>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
|
@ -23,7 +21,7 @@
|
|||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>test</groupId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<artifactId>it0042-test-plugin</artifactId>
|
||||
<version>0.1</version>
|
||||
<configuration>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<artifactId>test-components</artifactId>
|
||||
<groupId>test</groupId>
|
||||
<artifactId>maven-it-it0042</artifactId>
|
||||
<groupId>org.apache.maven.its.it0042</groupId>
|
||||
<version>0.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>test</groupId>
|
||||
<artifactId>it0042-test-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<version>0.1</version>
|
||||
|
|
Loading…
Reference in New Issue