o Updated to maven-verifier:1.3-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-09 23:24:55 +00:00
parent db8d971f8c
commit eb29f79775
1 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,12 @@ under the License.
<name>Maven Integration Tests</name>
<!--
To run the ITs using embedded Maven 3.x, add -D verifier.forkMode=auto. This will require more memory, something like
MAVEN_OPTS=-Xmx256m -XX:MaxPermSize=128m
seems to work.
-->
<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>
@ -70,7 +76,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.2</version>
<version>1.3-SNAPSHOT</version>
<!-- TODO: not transitive in tests artifact, so must be left in main scope
<scope>test</scope>
-->