Author: tchemit Date: 2010-10-05 11:35:47 +0200 (Tue, 05 Oct 2010) New Revision: 996 Url: http://nuiton.org/repositories/revision/mavenpom/996 Log: clean pom Evolution #916: Add unified configuration for tests Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-03 15:52:18 UTC (rev 995) +++ trunk/pom.xml 2010-10-05 09:35:47 UTC (rev 996) @@ -276,14 +276,6 @@ <autoVersionSubmodules>true</autoVersionSubmodules> - <!-- add this for a centralsafe project --> - - <!-- Include release profiles in release prepare stage --> - <!--arguments>-DperformRelease -Pcentral-safe</arguments--> - - <!-- Include central-safe profile in release performstage --> - <!--releaseProfiles>central-safe</releaseProfiles--> - </properties> <packaging>pom</packaging> @@ -377,6 +369,11 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> + <configuration> + <systemPropertyVariables> + <java.io.tmpdir>${project.build.directory}/surefire-workdir</java.io.tmpdir> + </systemPropertyVariables> + </configuration> </plugin> <plugin>
participants (1)
-
tchemit@users.nuiton.org