mirror of https://github.com/apache/maven.git
o Updated project names
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d85cca8664
commit
93a83f9891
|
@ -31,7 +31,7 @@ under the License.
|
||||||
<artifactId>maven-it-plugin-no-project</artifactId>
|
<artifactId>maven-it-plugin-no-project</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<name>Maven Core Integration Test Plugin</name>
|
<name>Maven Integration Test Plugin :: No Project</name>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -31,6 +31,8 @@ under the License.
|
||||||
<artifactId>maven-it-plugin-plexus-utils-11</artifactId>
|
<artifactId>maven-it-plugin-plexus-utils-11</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
|
<name>Maven Integration Test Plugin :: Plexus Utils 1.1</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
|
|
@ -31,6 +31,8 @@ under the License.
|
||||||
<artifactId>maven-it-plugin-plexus-utils-new</artifactId>
|
<artifactId>maven-it-plugin-plexus-utils-new</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
|
<name>Maven Integration Test Plugin :: Plexus Utils New</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
|
|
|
@ -34,7 +34,7 @@ under the License.
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Maven Integration Testing</name>
|
<name>Maven Integration Testing Support</name>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -34,6 +34,8 @@ under the License.
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
<name>Maven Integration Tests Parent</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>core-it-support</module>
|
<module>core-it-support</module>
|
||||||
<module>core-it-suite</module>
|
<module>core-it-suite</module>
|
||||||
|
|
Loading…
Reference in New Issue