Author: bentmann Date: Tue Sep 23 09:18:19 2008 New Revision: 698220 URL: http://svn.apache.org/viewvc?rev=698220&view=rev Log: o Renamed module core-integration-testing-plugins to core-it-plugins to shorten pathnames (http://www.nabble.com/Shortening-paths-for-core-ITs-td19596900.html)
Added: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/ - copied from r698218, maven/core-integration-testing/trunk/core-it-support/core-integration-testing-plugins/ Removed: maven/core-integration-testing/trunk/core-it-support/core-integration-testing-plugins/ Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml maven/core-integration-testing/trunk/core-it-support/pom.xml Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml?rev=698220&r1=698218&r2=698220&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml Tue Sep 23 09:18:19 2008 @@ -55,9 +55,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-integration-testing-plugins</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-integration-testing-plugins</developerConnection> - <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-integration-testing-plugins</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</developerConnection> + <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins</url> </scm> <build> Modified: maven/core-integration-testing/trunk/core-it-support/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/pom.xml?rev=698220&r1=698219&r2=698220&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/pom.xml Tue Sep 23 09:18:19 2008 @@ -38,7 +38,7 @@ <url>http://maven.apache.org</url> <modules> - <module>core-integration-testing-plugins</module> + <module>core-it-plugins</module> <module>core-integration-testing-wagon</module> <module>core-integration-testing-support</module> <module>maven-integration-test-helper</module>