解决maven打包编译出现File encoding has not been set问题

Posted 规格严格-功夫到家-哈工大威海人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决maven打包编译出现File encoding has not been set问题相关的知识,希望对你有一定的参考价值。

maven打包编译时后台一直输出警告信息

[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!
找了半天,原来只要在pom.xml文件中增加一个配置项即可

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>


以上是关于解决maven打包编译出现File encoding has not been set问题的主要内容,如果未能解决你的问题,请参考以下文章

idea出现乱码问题

maven项目啥时候用到编译,打包

Spark之本地部署,编译打包以及远程提交

Xcode编译慢打包慢解决方法

使用maven打包的注意事项

解决Maven打包时报错"The packaging for this project did not assign a file to the build artifact"(示