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路径,问题解决

相关文章:

  • 2021-09-30
  • 2021-10-13
  • 2021-04-23
  • 2021-06-24
  • 2021-08-17
  • 2021-07-07
  • 2021-04-05
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案