Author: ivol37 at gmail.com
Date: Mon Nov  8 16:44:03 2010
New Revision: 259

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:44:03 2010
@@ -188,26 +188,19 @@
             <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>        
+          </options>    
         </configuration>
       </plugin>
       
       <!-- Enable the surefire plugin only in the integration-test
            phase such that we can use Pax Exam for integration testing -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.6</version>
         <executions>
@@ -219,7 +212,7 @@
             </goals>
             <configuration>
               <systemPropertyVariables>
-                <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
+                <java.io.tmpdir>${basedir}/target/iotemp37</java.io.tmpdir>
               </systemPropertyVariables>
               <skip>false</skip>
             </configuration>
@@ -227,9 +220,6 @@
         </executions>
         <configuration>
           <skip>true</skip>
-          <systemPropertyVariables>
-            <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir>
-          </systemPropertyVariables>
         </configuration>
       </plugin>
    

Reply via email to