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 2011/11/27 04:26:31 UTC

svn commit: r1206659 - /camel/trunk/tests/camel-itest/pom.xml

Author: hadrian
Date: Sun Nov 27 03:26:31 2011
New Revision: 1206659

URL: http://svn.apache.org/viewvc?rev=1206659&view=rev
Log:
Minor tests fix, test generated files should go in target/

Modified:
    camel/trunk/tests/camel-itest/pom.xml

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=1206659&r1=1206658&r2=1206659&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Sun Nov 27 03:26:31 2011
@@ -336,11 +336,15 @@
                       <exclude>**/FromJmsToJdbcIdempotentConsumerToJmsXaTest.*</exclude>
                     </excludes>
                     <systemProperties>
-               			<property>
-                    		<name>java.util.logging.config.file</name>
-                    		<value>${basedir}/target/test-classes/logging.properties</value>
-               			</property>
-          			</systemProperties>
+               	      <property>
+                        <name>java.util.logging.config.file</name>
+                        <value>${basedir}/target/test-classes/logging.properties</value>
+               	      </property>
+               	      <property>
+                        <name>org.apache.activemq.default.directory.prefix</name>
+                        <value>target/</value>
+               	      </property>
+                  </systemProperties>
                 </configuration>
             </plugin>
             <plugin>