summaryrefslogtreecommitdiff
path: root/java/systests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/systests/pom.xml')
-rw-r--r--java/systests/pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml
index d9d3e684ca..8173396dae 100644
--- a/java/systests/pom.xml
+++ b/java/systests/pom.xml
@@ -82,6 +82,14 @@
<includes>
<include>**/*Test.class</include>
</includes>
+
+ <systemProperties>
+ <property>
+ <name>example.plugin.target</name>
+ <value>${basedir}/${topDirectoryLocation}/plugins/target</value>
+ </property>
+ </systemProperties>
+
<excludes>
<exclude>**/testcases/ImmediateMessageTest.class</exclude>
<exclude>**/testcases/MandatoryMessageTest.class</exclude>
@@ -107,8 +115,8 @@
<testrunneroptions>
<option>-X:decorators "org.apache.qpid.test.framework.qpid.InVMBrokerDecorator:org.apache.qpid.test.framework.qpid.AMQPFeatureDecorator"</option>
- <option>-o</option>
- <option>--csv</option>
+ <option>-o ${basedir}/target/surefire-reports</option>
+ <option>--xml</option>
</testrunneroptions>
<testrunnerproperties>
@@ -161,3 +169,4 @@
</build>
</project>
+