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.
大家来看一看这个问题吧
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
CSDN专家-赖老师(软件之家) 2022-03-22 06:52关注把${pom.artifactId} 改为 ${project.artifactId},
当前Maven版本不支持那种写法。本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报