mirror of https://github.com/apache/maven.git
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) git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@698220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4375d703fd
commit
fec52106cc
|
@ -55,9 +55,9 @@ under the License.
|
|||
</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>
|
|
@ -38,7 +38,7 @@ under the License.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue