码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-03-28 20:24:28      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:pos   uil   输出   class   color   style   depend   line   war   

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问题

标签:pos   uil   输出   class   color   style   depend   line   war   

原文地址:https://www.cnblogs.com/diyunpeng/p/8665453.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!