You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/02/24 11:16:08 UTC

svn commit: r747325 - in /jackrabbit/trunk: jackrabbit-jcr-rmi/pom.xml jackrabbit-ocm/pom.xml

Author: jukka
Date: Tue Feb 24 10:16:08 2009
New Revision: 747325

URL: http://svn.apache.org/viewvc?rev=747325&view=rev
Log:
JCR-1995: Move *.log files to target/

Modified:
    jackrabbit/trunk/jackrabbit-jcr-rmi/pom.xml
    jackrabbit/trunk/jackrabbit-ocm/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-rmi/pom.xml?rev=747325&r1=747324&r2=747325&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-rmi/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-rmi/pom.xml Tue Feb 24 10:16:08 2009
@@ -79,6 +79,21 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>derby.system.durability</name>
+              <value>test</value>
+            </property>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Modified: jackrabbit/trunk/jackrabbit-ocm/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-ocm/pom.xml?rev=747325&r1=747324&r2=747325&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-ocm/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-ocm/pom.xml Tue Feb 24 10:16:08 2009
@@ -66,6 +66,16 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <argLine>-Xmx256m</argLine>
+          <systemProperties>
+            <property>
+              <name>derby.system.durability</name>
+              <value>test</value>
+            </property>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
         </configuration>
       </plugin>
       <plugin>