You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2014/02/21 15:32:49 UTC

svn commit: r1570588 - /servicemix/smx5/trunk/itests/pom.xml

Author: gertv
Date: Fri Feb 21 14:32:49 2014
New Revision: 1570588

URL: http://svn.apache.org/r1570588
Log:
SM-2239: Set file.encoding to get itests working on Jenkins
Thanks to Bart Horré for providing the patch!

Modified:
    servicemix/smx5/trunk/itests/pom.xml

Modified: servicemix/smx5/trunk/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/itests/pom.xml?rev=1570588&r1=1570587&r2=1570588&view=diff
==============================================================================
--- servicemix/smx5/trunk/itests/pom.xml (original)
+++ servicemix/smx5/trunk/itests/pom.xml Fri Feb 21 14:32:49 2014
@@ -138,7 +138,7 @@
         <version>2.14</version>
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${settings.localRepository}</argLine>
+          <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${settings.localRepository} -Dfile.encoding=UTF-8</argLine>
         </configuration>
       </plugin>