Author: ivol37 at gmail.com
Date: Mon Nov  8 16:33:04 2010
New Revision: 258

Log:
[AMDATU-159] Another try to set the java.io.tmpdir in all configs

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:33:04 2010
@@ -158,7 +158,6 @@
           <instructions>
             <Bundle-Activator>org.amdatu.test.osgi.Activator</Bundle-Activator>
             <Bundle-SymbolicName>org.amdatu.test</Bundle-SymbolicName>
-            
           </instructions>
         </configuration>
       </plugin>
@@ -189,13 +188,20 @@
             <goals>
               <goal>generate-config</goal>
             </goals>
+             <configuration>
+              <systemPropertyVariables>
+                <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
+              </systemPropertyVariables>
+            </configuration>
           </execution>        
         </executions>
         <configuration>
           <options>
             <platform>${target-framework}</platform>
           </options>
-                  
+          <systemPropertyVariables>
+            <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
+          </systemPropertyVariables>        
         </configuration>
       </plugin>
       
@@ -213,7 +219,6 @@
             </goals>
             <configuration>
               <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>
@@ -223,7 +228,6 @@
         <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>

Reply via email to