Author: sebb
Date: Sat Dec 3 09:46:51 2011
New Revision: 1209871
URL: http://svn.apache.org/viewvc?rev=1209871&view=rev
Log:
Quieten test output
Modified:
commons/proper/jexl/branches/COMMONS_JEXL_2_0_1_TEST/pom-test.xml
Modified: commons/proper/jexl/branches/COMMONS_JEXL_2_0_1_TEST/pom-test.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/branches/COMMONS_JEXL_2_0_1_TEST/pom-test.xml?rev=1209871&r1=1209870&r2=1209871&view=diff
==============================================================================
--- commons/proper/jexl/branches/COMMONS_JEXL_2_0_1_TEST/pom-test.xml (original)
+++ commons/proper/jexl/branches/COMMONS_JEXL_2_0_1_TEST/pom-test.xml Sat Dec
3 09:46:51 2011
@@ -73,6 +73,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <systemPropertyVariables>
+
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>
+
<org.apache.commons.logging.simplelog.defaultlog>fatal</org.apache.commons.logging.simplelog.defaultlog>
+ </systemPropertyVariables>
<includes>
<include>**/*Test.java</include>
</includes>