You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/10/30 18:04:29 UTC

svn commit: r709210 - /maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Author: jdcasey
Date: Thu Oct 30 10:04:28 2008
New Revision: 709210

URL: http://svn.apache.org/viewvc?rev=709210&view=rev
Log:
missed some stuff.

Modified:
    maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml?rev=709210&r1=709209&r2=709210&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml Thu Oct 30 10:04:28 2008
@@ -19,7 +19,7 @@
       <activation>
         <activeByDefault>true</activeByDefault>
         <file>
-          <exists>tests/pom.xml</exists>
+          <exists>/tmp/maven-integration-tests/pom.xml</exists>
         </file>
       </activation>
       <build>
@@ -43,7 +43,7 @@
       <id>checkout</id>
       <activation>
         <file>
-          <missing>tests/pom.xml</missing>
+          <missing>/tmp/maven-integration-tests/pom.xml</missing>
         </file>
       </activation>
       <build>
@@ -91,7 +91,7 @@
           <connectionUrl>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/${integrationTestSVNDir}</connectionUrl>
           
           <!-- Hard-coding to /tmp/ to avoid long path names that will make windows scream. -->
-          <checkoutDirectory>/tmp/${artifactId}</checkoutDirectory>
+          <checkoutDirectory>/tmp/maven-integration-tests</checkoutDirectory>
         </configuration>
       </plugin>
     </plugins>