weixin233333 2022-03-22 01:37 采纳率: 100%
浏览 109
已结题

大家来看一看这个问题吧

Some problems were encountered while building the effective model for org.example:ManagementSystem:jar:1.0-SNAPSHOT
The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead.
The expression ${pom.version} is deprecated. Please use ${project.version} 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.

  • 写回答

2条回答 默认 最新

  • 关注

    把${pom.artifactId} 改为 ${project.artifactId},
    当前Maven版本不支持那种写法。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 10月14日
  • 已采纳回答 10月6日
  • 创建了问题 3月22日