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,15 +29,15 @@ 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>
|
||||
</scm>
|
||||
<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>
|
||||
<dependency>
|
||||
|
@ -126,8 +126,8 @@ under the License.
|
|||
<configuration>
|
||||
<skip>false</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue