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:46:35 UTC

svn commit: r1234946 - /camel/trunk/components/camel-jcr/pom.xml

Author: hadrian
Date: Mon Jan 23 19:46:35 2012
New Revision: 1234946

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

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

Modified: camel/trunk/components/camel-jcr/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jcr/pom.xml?rev=1234946&r1=1234945&r2=1234946&view=diff
==============================================================================
--- camel/trunk/components/camel-jcr/pom.xml (original)
+++ camel/trunk/components/camel-jcr/pom.xml Mon Jan 23 19:46:35 2012
@@ -68,4 +68,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>