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:55:57 UTC

svn commit: r1234955 - /camel/trunk/components/camel-ibatis/pom.xml

Author: hadrian
Date: Mon Jan 23 19:55:56 2012
New Revision: 1234955

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

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

Modified: camel/trunk/components/camel-ibatis/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ibatis/pom.xml?rev=1234955&r1=1234954&r2=1234955&view=diff
==============================================================================
--- camel/trunk/components/camel-ibatis/pom.xml (original)
+++ camel/trunk/components/camel-ibatis/pom.xml Mon Jan 23 19:55:56 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>