must be unique but found duplicate declaration of plugin org.apache.maven.plugin

maven 项目打包的时候存在的问题

如下图:

must be unique but found duplicate declaration of plugin org.apache.maven.plugin:maven-war-plugin

must be unique but found duplicate declaration of plugin org.apache.maven.plugin

解决方法:

系统里有多个maven版本,本项目用的不是系统配置的maven路径,打包的时候报错,在setting里面修改为系统配置的maven路径,问题解决