mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 07:59:15 +00:00
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:
parent
f3f7cdbab9
commit
ec8afd18d6
3
pom.xml
3
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user