IDEA,instal时报错 ,错误 信息如下:

Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project ability-dispatch: The packaging for this project did not assign a file to the build artifact

 

解决方案:不要用Plugins下面 的 install,要使用Lifecycle下面 的install
Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install

 

 

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2021-08-30
  • 2021-11-04
  • 2021-08-26
  • 2021-10-24
  • 2021-09-06
猜你喜欢
  • 2021-11-21
  • 2022-12-23
  • 2021-10-28
  • 2021-08-14
  • 2022-12-23
  • 2021-12-26
  • 2021-06-14
相关资源
相似解决方案