我输入什么咒语pom.xml
相当于
export JAVA_TOOL_OPTIONS='-Dfile.encoding=UTF-8'
在.profile
?我试过
<configuration>
<file.encoding>UTF-8</file.encoding>
</configuration>
在maven-compiler-plugin
和
<properties>
<file.encoding>UTF-8</file.encoding>
</properties>
在顶级,它没有工作。
主要思想是从环境中设置它pom.xml
,而不是从环境中设置(我无法控制它将在什么环境下运行)。同样,我对任何修改.profile
等的解决方案都不感兴趣。