Maven 编译拷贝资源的时候提示 UTF-8 编码信息
如下面的提示内容 。
提示的是在拷贝资源文件的时候 , 因为没有指定编码 , 将会使用 UTF-8 对编码进行转换 。
[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Using 'UTF-8' encoding to copy filtered properties files.[INFO] Copying 2 resources[INFO] Copying 2 resources[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at
文章插图
解决办法在你的 pom 配置文件中 maven-resources-plugin 插件配置中 , 添加一个
UTF-8
这个参数 。 如果你的 pom 配置文件没有配置过 maven-resources-plugin 插件的话 , 你需要将这个插件先添加进去 。
具体的配置参数如下:
文章插图
【Maven 编译拷贝资源的时候提示 UTF-8 编码信息】上图显示了需要的配置状态 。
推荐阅读
- 挺华为!爱立信CEO被曝“威胁”瑞典政府
- 禁止拷贝构造,禁止bug
- CMake for Mac(编译工具)
- 巧用maven profile动态修改logback日志目录
- Windows 10X已经编译完毕 预计在明年年初为新设备做好准备
- 关于Netty ByteBuf 的零拷贝
- 中国5G智能手机出货量达1.08亿部,但有多少人用上5G?
- Maven 依赖中的dependencyManagement
- 本科期间进实验室,该选择编译器方向还是机器学习方向
- PHP 8.0重大版本更新正式发布:支持JIT编译器 性能提升明显