You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ij...@apache.org on 2018/10/18 06:09:55 UTC

nifi git commit: NIFI-5446: Specify the file encoding option to UTF-8 in pom.xml

Repository: nifi
Updated Branches:
  refs/heads/master f3f7cdbab -> ec8afd18d


NIFI-5446: Specify the file encoding option to UTF-8 in pom.xml

This closes #2910.

Signed-off-by: Koji Kawamura <ij...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ec8afd18
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ec8afd18
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ec8afd18

Branch: refs/heads/master
Commit: ec8afd18d6ae39dc1b09698fabfd1d3e7eaa70cf
Parents: f3f7cdb
Author: Takanobu Asanuma <ta...@yahoo-corp.jp>
Authored: Mon Jul 23 13:53:51 2018 +0900
Committer: Koji Kawamura <ij...@apache.org>
Committed: Thu Oct 18 15:09:23 2018 +0900

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/ec8afd18/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b86cada..37c3c01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,8 @@
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
                         <argLine combine.children="append">-Xmx1G
                             -Djava.net.preferIPv4Stack=true
-                            ${maven.surefire.arguments}</argLine>
+                            ${maven.surefire.arguments}
+                            -Dfile.encoding=UTF-8</argLine>
                     </configuration>
                     <dependencies>
                         <dependency>