Author: tfischer
Date: Sun Jan 20 19:10:56 2013
New Revision: 1435914

URL: http://svn.apache.org/viewvc?rev=1435914&view=rev
Log:
write derby log file to target directory

Modified:
    db/torque/torque4/trunk/torque-templates/pom.xml

Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1435914&r1=1435913&r2=1435914&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Sun Jan 20 19:10:56 2013
@@ -97,6 +97,18 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+                <name>derby.stream.error.file</name>
+                <value>target/derby.log</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to