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/12/16 00:39:57 UTC

svn commit: r726875 - /maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Author: jdcasey
Date: Mon Dec 15 15:39:57 2008
New Revision: 726875

URL: http://svn.apache.org/viewvc?rev=726875&view=rev
Log:
attempting to fix problems with tmpdir being interpreted as relative path by scm plugin (out of the blue, it seems).

Modified:
    maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml?rev=726875&r1=726874&r2=726875&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-integration-tests/pom.xml Mon Dec 15 15:39:57 2008
@@ -10,7 +10,7 @@
   
   <properties>
     <integrationTestSVNDir>trunk</integrationTestSVNDir>
-    <itDir>${java.io.tmpdir}/${pom.artifactId}-${pom.version}</itDir>
+    <itDir>file:${java.io.tmpdir}/${pom.artifactId}-${pom.version}</itDir>
   </properties>
   
   <profiles>