Author: tcurdt
Date: Tue Mar 6 14:23:32 2007
New Revision: 515323
URL: http://svn.apache.org/viewvc?view=rev&rev=515323
Log:
log to console (at least it should)
Modified:
jakarta/commons/sandbox/jci/trunk/core/pom.xml
Modified: jakarta/commons/sandbox/jci/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/core/pom.xml?view=diff&rev=515323&r1=515322&r2=515323
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/core/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/core/pom.xml Tue Mar 6 14:23:32 2007
@@ -53,6 +53,19 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <useFile>false</useFile>
+ <systemProperties>
+ <property>
+ <name>org.apache.commons.logging.Log</name>
+
<value>org.apache.commons.logging.impl.SimpleLog</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]