大家来看一看这个问题吧

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.

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