Author: rupertlssmith
Date: Mon Nov 26 09:17:48 2007
New Revision: 598352
URL: http://svn.apache.org/viewvc?rev=598352&view=rev
Log:
May have broken build with tktest plugin mojo, commented out until fixed.
Modified:
incubator/qpid/branches/M2.1/java/systests/pom.xml
Modified: incubator/qpid/branches/M2.1/java/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/pom.xml?rev=598352&r1=598351&r2=598352&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/systests/pom.xml Mon Nov 26 09:17:48 2007
@@ -91,6 +91,7 @@
</plugin>
<!-- Runs the framework based tests against an in-vm broker. -->
+ <!--
<plugin>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
@@ -112,7 +113,7 @@
<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>##csv</option>
</testrunneroptions>
<testrunnerproperties>
@@ -136,6 +137,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>