You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/09/15 16:26:41 UTC

svn commit: r1523435 - in /webservices/axiom/trunk: pom.xml systests/osgi-tests/etc/ systests/osgi-tests/pom.xml

Author: veithen
Date: Sun Sep 15 14:26:40 2013
New Revision: 1523435

URL: http://svn.apache.org/r1523435
Log:
Improved logging in OSGi tests.

Removed:
    webservices/axiom/trunk/systests/osgi-tests/etc/
Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/systests/osgi-tests/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1523435&r1=1523434&r2=1523435&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Sep 15 14:26:40 2013
@@ -392,7 +392,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.10</version>
+                    <version>2.16</version>
                     <configuration>
                         <includes>
                             <include>**/*Test.java</include>

Modified: webservices/axiom/trunk/systests/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/pom.xml?rev=1523435&r1=1523434&r2=1523435&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/osgi-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/osgi-tests/pom.xml Sun Sep 15 14:26:40 2013
@@ -163,9 +163,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <systemPropertyVariables>
-                        <java.util.logging.config.file>${basedir}/etc/logging.properties</java.util.logging.config.file>
-                    </systemPropertyVariables>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>
             </plugin>
         </plugins>