Author: ivol37 at gmail.com
Date: Mon Nov  8 16:24:55 2010
New Revision: 257

Log:
[AMDATU-159] Explicitly set the java.io.tmpdir in all configs, hopefully also 
the build on Bamboo picks it up

Modified:
   trunk/integration-tests/pom.xml

Modified: trunk/integration-tests/pom.xml
==============================================================================
--- trunk/integration-tests/pom.xml     (original)
+++ trunk/integration-tests/pom.xml     Mon Nov  8 16:24:55 2010
@@ -212,18 +212,20 @@
               <goal>test</goal>
             </goals>
             <configuration>
-              <systemProperties>
-                <property>
-                  <name>java.io.tmpdir</name>
-                  <value>${basedir}/target/temp</value>
-                </property>
-              </systemProperties>
+              <systemPropertyVariables>
+                
<net.sourceforge.cobertura.datafile>${basedir}/target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile>
+                <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
+              </systemPropertyVariables>
               <skip>false</skip>
             </configuration>
           </execution>
         </executions>
         <configuration>
           <skip>true</skip>
+          <systemPropertyVariables>
+            
<net.sourceforge.cobertura.datafile>${basedir}/target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile>
+            <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
    

Reply via email to