You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/05 10:36:15 UTC

[camel] branch master updated: camel-mail: make MailMimeDecodeHeadersTest pass on operation systems with a non-UTF-8 file encoding

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new a6c6834  camel-mail: make MailMimeDecodeHeadersTest pass on operation systems with a non-UTF-8 file encoding
a6c6834 is described below

commit a6c6834511b830034982f5c586757780e5d40bbc
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 5 11:36:06 2017 +0100

    camel-mail: make MailMimeDecodeHeadersTest pass on operation systems with a non-UTF-8 file encoding
---
 components/camel-mail/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index cd65098..98e0ae3 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -127,6 +127,19 @@
         </dependency>
     </dependencies>
 
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-surefire-plugin</artifactId>
+             <configuration>
+               <!-- required to make MailMimeDecodeHeadersTest work on operating systems with a different default encoding -->
+               <argLine>-Dfile.encoding=UTF-8</argLine>
+             </configuration>
+         </plugin>
+      </plugins>
+    </build>
+
     <profiles>
         <profile>
             <id>jdk9-build</id>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].