Author: cbrisson
Date: Sun Nov 13 15:45:59 2016
New Revision: 1769508

URL: http://svn.apache.org/viewvc?rev=1769508&view=rev
Log:
[tools] whitebox tests output should to target/velocity-tools.log

Modified:
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1769508&r1=1769507&r2=1769508&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Sun Nov 13 15:45:59 2016
@@ -91,6 +91,16 @@
                         <include>**/*TestCase.java</include>
                         <include>**/*Tests.java</include>
                     </includes>
+                    <systemProperties>
+                        <property>
+                            <name>org.slf4j.simpleLogger.defaultLogLevel</name>
+                            <value>trace</value>
+                        </property>
+                        <property>
+                            <name>org.slf4j.simpleLogger.logFile</name>
+                            
<value>${project.build.directory}/velocity-tools.log</value>
+                        </property>
+                    </systemProperties>
                 </configuration>
             </plugin>
             <plugin>


Reply via email to