mirror of https://github.com/apache/maven.git
o Renamed module core-integration-tests to core-it-suite 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@698206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b41e28005b
commit
7f42b3a882
|
@ -29,14 +29,14 @@ under the License.
|
|||
<relativePath>../core-integration-tests-support/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>core-integration-tests</artifactId>
|
||||
<artifactId>core-it-suite</artifactId>
|
||||
|
||||
<name>Maven Integration Tests</name>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue