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

This closes #2910.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
Takanobu Asanuma 2018-07-23 13:53:51 +09:00 committed by Koji Kawamura
parent f3f7cdbab9
commit ec8afd18d6

View File

@ -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>