Author: brett Date: Sun Sep 23 20:00:46 2007 New Revision: 578628 URL: http://svn.apache.org/viewvc?rev=578628&view=rev Log: improve names
Modified: maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml Modified: maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml?rev=578628&r1=578627&r2=578628&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml (original) +++ maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml Sun Sep 23 20:00:46 2007 @@ -8,6 +8,7 @@ <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugins</artifactId> <packaging>pom</packaging> + <name>Maven Integration Tests :: Plugins</name> <modules> <module>maven-it-plugin-configuration</module> <module>maven-it-plugin-context-passing</module> Modified: maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml?rev=578628&r1=578627&r2=578628&view=diff ============================================================================== --- maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml (original) +++ maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml Sun Sep 23 20:00:46 2007 @@ -7,7 +7,7 @@ </parent> <groupId>org.apache.maven.its</groupId> <artifactId>maven-integration-test-helper</artifactId> - <name>Maven Integration Tests</name> + <name>Maven Integration Test Helper Library</name> <dependencies> <!-- needed for VersionRange and Version --> <dependency>