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 23:39:07 UTC

svn commit: r1235044 - /camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml

Author: hadrian
Date: Mon Jan 23 22:39:07 2012
New Revision: 1235044

URL: http://svn.apache.org/viewvc?rev=1235044&view=rev
Log:
Log file should go in target/

Modified:
    camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml

Modified: camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml?rev=1235044&r1=1235043&r2=1235044&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-mybatis/pom.xml Mon Jan 23 22:39:07 2012
@@ -36,7 +36,6 @@
   </properties>
 
   <dependencies>
-
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
@@ -70,4 +69,20 @@
     </dependency>
   </dependencies>
 
+  <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>
+    </plugins>
+  </build>
+
 </project>