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 2011/02/25 19:46:02 UTC

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

Author: cwiklik
Date: Fri Feb 25 18:46:02 2011
New Revision: 1074663

URL: http://svn.apache.org/viewvc?rev=1074663&view=rev
Log:
UIMA-2077 Removed BaseTest from failsafe-plugin's extended-test profile

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=1074663&r1=1074662&r2=1074663&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Fri Feb 25 18:46:02 2011
@@ -288,7 +288,6 @@
 			    <argLine>-Xmx1024M</argLine>
 			    <encoding>UTF-8</encoding>
 			    <includes>
-				  <include>**/TestUimaASBasic.java</include>
 				  <include>**/TestUimaASExtended.java</include>
 				</includes>
 			 </configuration>