【发布时间】:2022-11-09 20:43:18
【问题描述】:
在检测此错误消息的来源及其解决方案时遇到一些问题,很抱歉很难将 pom 作为公司的东西分享
The expression ${name} is deprecated. Please use ${project.name} instead. It is highly recommended to fix these problems because they threaten the stability of your build. For this reason, future Maven versions might no longer support building such malformed projects.
【问题讨论】:
-
在你的 pom 或 partens 的某个地方,正在使用的表达式已经被弃用了很长时间,应该被替换......问题是为什么它仍然被使用......
-
问题更多的是使用什么样的表达式......不知道我在寻找哪个表达式,哪个 xml 标签? @khmarbaise