Author: veithen
Date: Sun Mar 3 21:27:14 2013
New Revision: 1452130
URL: http://svn.apache.org/r1452130
Log:
Use the new style system property configuration for the surefire plugin.
Modified:
abdera/java/trunk/adapters/jcr/pom.xml
abdera/java/trunk/pom.xml
Modified: abdera/java/trunk/adapters/jcr/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/adapters/jcr/pom.xml?rev=1452130&r1=1452129&r2=1452130&view=diff
==============================================================================
--- abdera/java/trunk/adapters/jcr/pom.xml (original)
+++ abdera/java/trunk/adapters/jcr/pom.xml Sun Mar 3 21:27:14 2013
@@ -91,12 +91,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <systemProperties>
- <property>
- <name>derby.stream.error.file</name>
- <value>${project.build.directory}/derby.log</value>
- </property>
- </systemProperties>
+ <systemPropertyVariables>
+
<derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
+ </systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Modified: abdera/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/abdera/java/trunk/pom.xml?rev=1452130&r1=1452129&r2=1452130&view=diff
==============================================================================
--- abdera/java/trunk/pom.xml (original)
+++ abdera/java/trunk/pom.xml Sun Mar 3 21:27:14 2013
@@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.13</version>
<configuration>
<excludes>
<exclude>**/*TestSuite*</exclude>