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/24 00:45:32 UTC

svn commit: r1235071 - /camel/trunk/components/camel-sql/pom.xml

Author: hadrian
Date: Mon Jan 23 23:45:32 2012
New Revision: 1235071

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

Modified:
    camel/trunk/components/camel-sql/pom.xml   (contents, props changed)

Modified: camel/trunk/components/camel-sql/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-sql/pom.xml?rev=1235071&r1=1235070&r2=1235071&view=diff
==============================================================================
--- camel/trunk/components/camel-sql/pom.xml (original)
+++ camel/trunk/components/camel-sql/pom.xml Mon Jan 23 23:45:32 2012
@@ -90,6 +90,12 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>pertest</forkMode>
+          <systemProperties>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
         </configuration>
       </plugin>
     </plugins>

Propchange: camel/trunk/components/camel-sql/pom.xml
            ('svn:executable' removed)