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:16:31 UTC

svn commit: r1235058 - /camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml

Author: hadrian
Date: Mon Jan 23 23:16:31 2012
New Revision: 1235058

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

Modified:
    camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml   (contents, props changed)

Modified: camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml?rev=1235058&r1=1235057&r2=1235058&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml (original)
+++ camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml Mon Jan 23 23:16:31 2012
@@ -87,4 +87,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>

Propchange: camel/branches/camel-2.8.x/components/camel-jdbc/pom.xml
            ('svn:executable' removed)