idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact(示例

Posted 众星捧月

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact(示例相关的知识,希望对你有一定的参考价值。

如题,这其实是个低级错误,这个错的意思是,找不到这个插件的包。

原因很简单,不是找不到这个打包插件,而是自己的项目没有从maven仓库里加载这个包到项目里,因此会找不到。

看一下问什么会报这个错:

大家都知道,在idea中maven打包操作是点击install,而在maven打包时有两个install的地方如下图:

我们在打包时如果点击了Plugins中的install时,就会报如题错误,其实我们在打包时应该操作Lifecycle下的install,这样项目就会自动去maven仓库下载需要的包,也就不会报错,问题就解决了。

以上是关于idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact(示例的主要内容,如果未能解决你的问题,请参考以下文章

idea maven install 卡住,无报错排查。

idea maven install时,打包找不到微服务common中公用的包

IDEA使用Maven打包Spark项目报错,求大神指点下

MAVEN打包的`parent.relativePath points at wrong local POM`问题

idea导入maven项目cotroller报错注解无用

maven install 打包 报错 Cannot run program "gpg.exe": CreateProcess error