首页 > 其他分享> > 记录一下使用maven踩坑 :The packaging for this project did not assign a file to the build artifact
记录一下使用maven踩坑 :The packaging for this project did not assign a file to the build artifact
作者:互联网
问题描述
在使用idea提供maven功能进行install项目的时候,控制台报错
The packaging for this project did not assign a file to the build artifact
问题分析
这是说找不到插件的包,其实不是找不到这个打包插件,而是自己的项目没有从maven仓库里加载这个包到项目里
问题解决
自己使用的是plugins下的install导致的
应该使用是Lifecycle下的install正常运行
标签:maven,插件,file,packaging,did,artifact,project,build,install 来源: https://blog.csdn.net/weixin_43688870/article/details/117754710