从eclipse转到idea编译时出现错误

Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-cli) on project girl: The packaging for this project did not assign a file to the build artifact -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
我使用的是Plugins中的会出现错误
The packaging for this project did not assign a file to the build artifact

使用Lifecycle中的install就没问题
The packaging for this project did not assign a file to the build artifact

相关文章:

  • 2021-09-04
  • 2022-01-12
  • 2022-01-01
猜你喜欢
  • 2021-11-13
  • 2022-01-10
  • 2021-06-20
  • 2021-10-17
  • 2021-10-01
相关资源
相似解决方案