You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/14 01:46:37 UTC

svn commit: r636941 - /maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Author: brianf
Date: Thu Mar 13 17:46:36 2008
New Revision: 636941

URL: http://svn.apache.org/viewvc?rev=636941&view=rev
Log:
making the verifier use the target folder. This makes it easier to browse a CI workspace, lets you actually clean everything, and makes the tests work better on windows. who knew?

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml?rev=636941&r1=636940&r2=636941&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it-runner/pom.xml Thu Mar 13 17:46:36 2008
@@ -54,6 +54,10 @@
               <name>maven.home</name>
               <value>${basedir}/target/maven-installation/apache-maven-${pom.version}</value>
             </property>
+            <property>
+              <name>maven.test.tmpdir</name>
+              <value>${basedir}/target/it-working-folder</value>
+            </property>
           </systemProperties>
           <includes>
             <include>**/Suite.java</include>