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:11:05 UTC

svn commit: r1234937 - /camel/trunk/components/camel-jpa/pom.xml

Author: hadrian
Date: Mon Jan 23 19:11:05 2012
New Revision: 1234937

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

Modified:
    camel/trunk/components/camel-jpa/pom.xml

Modified: camel/trunk/components/camel-jpa/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jpa/pom.xml?rev=1234937&r1=1234936&r2=1234937&view=diff
==============================================================================
--- camel/trunk/components/camel-jpa/pom.xml (original)
+++ camel/trunk/components/camel-jpa/pom.xml Mon Jan 23 19:11:05 2012
@@ -103,8 +103,20 @@
     </dependency>
   </dependencies>
 
-    <build>
-        <plugins>
+  <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>