今天在IDEA中打包Maven項目安裝到本地倉庫時報錯 Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project api: The packagi ...
今天在IDEA中打包Maven項目安裝到本地倉庫時報錯
Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project api:
The packaging for this project did not assign a file to the build artifact
原因
我使用的是Plugins中的插件,但我並沒有在pom.xml中配置該插件。
2種解決方式
1、在pom.xml中配置該插件,稍微麻煩一些
2、改用Lifecycle中的方法