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:58:00 UTC

svn commit: r1234957 - /camel/branches/camel-2.9.x/components/camel-ibatis/pom.xml

Author: hadrian
Date: Mon Jan 23 19:58:00 2012
New Revision: 1234957

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

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

Modified: camel/branches/camel-2.9.x/components/camel-ibatis/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-ibatis/pom.xml?rev=1234957&r1=1234956&r2=1234957&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-ibatis/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-ibatis/pom.xml Mon Jan 23 19:58:00 2012
@@ -76,4 +76,20 @@
 
   </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>