You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2015/02/03 15:16:35 UTC

svn commit: r1656739 - /jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Author: mreutegg
Date: Tue Feb  3 14:16:35 2015
New Revision: 1656739

URL: http://svn.apache.org/r1656739
Log:
Place derby.log under target

Modified:
    jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/pom.xml?rev=1656739&r1=1656738&r2=1656739&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/pom.xml Tue Feb  3 14:16:35 2015
@@ -44,6 +44,12 @@
           </includes>
           <forkMode>once</forkMode>
           <argLine>-Xmx128m -enableassertions</argLine>
+          <systemProperties>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
         </configuration>
       </plugin>
       <plugin>