o Renamed module maven-integration-test-helper to maven-it-helper to shorten pathnames

(http://www.nabble.com/Shortening-paths-for-core-ITs-td19596900.html)

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@698226 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-09-23 16:35:13 +00:00
parent 3ed3185a5d
commit 86beace63b
7 changed files with 8 additions and 8 deletions

View File

@ -54,7 +54,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<artifactId>maven-it-helper</artifactId>
<version>2.1-SNAPSHOT</version>
<!-- TODO: not transitive in tests artifact, so must be left in main scope
<scope>test</scope>

View File

@ -48,7 +48,7 @@ under the License.
<!-- Test the resolution of the version -->
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<artifactId>maven-it-helper</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@ -36,13 +36,13 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>maven-it-helper</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -29,7 +29,7 @@ under the License.
</parent>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<artifactId>maven-it-helper</artifactId>
<name>Maven Integration Test Helper Library</name>

View File

@ -36,7 +36,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<artifactId>maven-it-helper</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>

View File

@ -41,7 +41,7 @@ under the License.
<module>core-it-plugins</module>
<module>core-integration-testing-wagon</module>
<module>core-integration-testing-support</module>
<module>maven-integration-test-helper</module>
<module>maven-it-helper</module>
</modules>
<scm>