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 17:13:10 UTC

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

Author: cwiklik
Date: Fri Feb 25 16:13:10 2011
New Revision: 1074610

URL: http://svn.apache.org/viewvc?rev=1074610&view=rev
Log:
UIMA-2076 Modified maven-failsafe-plugin to use UTF-8 encoding

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=1074610&r1=1074609&r2=1074610&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Fri Feb 25 16:13:10 2011
@@ -286,6 +286,7 @@
 		        </executions>
 			  <configuration>
 			    <argLine>-Xmx1024M</argLine>
+			    <encoding>UTF-8</encoding>
 			    <includes>
 				  <include>**/TestUimaASBasic.java</include>
 				  <include>**/TestUimaASExtended.java</include>