You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/03/24 13:00:49 UTC

git commit: More test encoding to UTF-8

Repository: incubator-olingo-odata4
Updated Branches:
  refs/heads/master 81da510e6 -> 4a19c8dbc


More test encoding to UTF-8


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/commit/4a19c8db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/tree/4a19c8db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/diff/4a19c8db

Branch: refs/heads/master
Commit: 4a19c8dbc5c6afa64153ff3ba9e82b431c87c5ab
Parents: 81da510
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Mar 24 13:00:42 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Mar 24 13:00:42 2014 +0100

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/4a19c8db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82a3967..6b0668b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,8 +301,11 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.16</version>
           <configuration>
-            <encoding>utf-8</encoding>
             <runOrder>alphabetical</runOrder>
+            <encoding>UTF-8</encoding>
+            <inputEncoding>UTF-8</inputEncoding>
+            <outputEncoding>UTF-8</outputEncoding>
+            <argLine>-Dfile.encoding=UTF-8</argLine>
           </configuration>
         </plugin>
         <plugin>