You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/09/24 18:35:55 UTC

svn commit: r1175195 - /oodt/trunk/metadata/pom.xml

Author: mattmann
Date: Sat Sep 24 16:35:55 2011
New Revision: 1175195

URL: http://svn.apache.org/viewvc?rev=1175195&view=rev
Log:
2.8.1 Surefire tests fine; migrate back to deprecated systemProperties instead of systemPropertyVariables

Modified:
    oodt/trunk/metadata/pom.xml

Modified: oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1175195&r1=1175194&r2=1175195&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Sat Sep 24 16:35:55 2011
@@ -72,13 +72,14 @@ the License.
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.8.1</version>
         <configuration>
-        <systemPropertyVariables>
-              <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
-        </systemPropertyVariables>        
         <systemProperties>
            <property>
+              <name>java.io.tmpdir</name>
+              <value>${project.build.outputDirectory}</value>
+           </property>
+           <property>
              <name>java.util.logging.config.file</name>
              <value>${basedir}/src/main/resources/logging.properties</value>
             </property>