You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/01/11 01:12:30 UTC

svn commit: r495055 - /incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml

Author: gnodet
Date: Wed Jan 10 16:12:29 2007
New Revision: 495055

URL: http://svn.apache.org/viewvc?view=rev&rev=495055
Log:
Try to fix junit tests under Linux (no idea why it seems to change anything)

Modified:
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml?view=diff&rev=495055&r1=495054&r2=495055
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml Wed Jan 10 16:12:29 2007
@@ -109,6 +109,15 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkMode>never</forkMode>
+          <systemProperties>
+            <property>
+              <name>log4j.configuration</name>
+              <value>${basedir}/target/test-classes/log4j-tests.properties</value>
+            </property>
+          </systemProperties>
+        </configuration>
       </plugin>
     </plugins>
   </build>