You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/11/17 18:48:51 UTC

svn commit: r1770256 - /uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Author: cwiklik
Date: Thu Nov 17 18:48:51 2016
New Revision: 1770256

URL: http://svn.apache.org/viewvc?rev=1770256&view=rev
Log:
UIMA-5094 enabled jmx for extended tests

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1770256&r1=1770255&r2=1770256&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Thu Nov 17 18:48:51 2016
@@ -339,7 +339,7 @@
 						</executions>
 						<configuration>
 						<runOrder>alphabetical</runOrder>
-							<argLine>-Xmx1024M -XX:MaxPermSize=128m  "-Dlog4j.configuration=${UIMA_HOME}/apache-activemq/conf/log4j.properties" "-Djava.util.logging.config.file=${UIMA_HOME}/config/Logger.properties" "-Duima.as.enable.jmx=false"</argLine>
+							<argLine>-Xmx1024M -XX:MaxPermSize=128m  "-Dlog4j.configuration=${UIMA_HOME}/apache-activemq/conf/log4j.properties" "-Djava.util.logging.config.file=${UIMA_HOME}/config/Logger.properties"</argLine>
 							<encoding>UTF-8</encoding>
 							<includes>
 								<include>**/TestUimaASExtended.java</include>