mirror of https://github.com/apache/maven.git
o Renamed module core-integration-tests-support to core-it-support 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@698218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f42b3a882
commit
4375d703fd
|
@ -26,7 +26,7 @@ under the License.
|
|||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>core-integration-testing</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<relativePath>../core-integration-tests-support/pom.xml</relativePath>
|
||||
<relativePath>../core-it-support/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>core-it-suite</artifactId>
|
||||
|
|
|
@ -55,9 +55,9 @@ under the License.
|
|||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</url>
|
||||
<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>
|
||||
</scm>
|
||||
|
||||
<build>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue