Author: chatellier Date: 2010-01-28 11:43:29 +0000 (Thu, 28 Jan 2010) New Revision: 2960 Modified: isis-fish/trunk/pom.xml Log: Update surefire config Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2010-01-28 11:03:01 UTC (rev 2959) +++ isis-fish/trunk/pom.xml 2010-01-28 11:43:29 UTC (rev 2960) @@ -501,12 +501,9 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <systemProperties> - <property> - <name>java.io.tmpdir</name> - <value>${project.build.directory}/surefire-workdir</value> - </property> - </systemProperties> + <systemPropertyVariables> + <java.io.tmpdir>${project.build.directory}/surefire-workdir</java.io.tmpdir> + </systemPropertyVariables> </configuration> <executions> <execution>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org