You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/01/23 20:28:47 UTC

svn commit: r1234941 - /camel/branches/camel-2.8.x/components/camel-jpa/pom.xml

Author: hadrian
Date: Mon Jan 23 19:28:47 2012
New Revision: 1234941

URL: http://svn.apache.org/viewvc?rev=1234941&view=rev
Log:
Generated log files should go under target/

Modified:
    camel/branches/camel-2.8.x/components/camel-jpa/pom.xml

Modified: camel/branches/camel-2.8.x/components/camel-jpa/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-jpa/pom.xml?rev=1234941&r1=1234940&r2=1234941&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/components/camel-jpa/pom.xml (original)
+++ camel/branches/camel-2.8.x/components/camel-jpa/pom.xml Mon Jan 23 19:28:47 2012
@@ -105,6 +105,17 @@
 
   <build>
     <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
 
       <!-- lets enhance the classes for OpenJPA (shame it can't do it at runtime!) -->
       <plugin>