记录一下使用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正常运行
上一篇:H5项目总结


下一篇:关于Maven中产生的一些问题