mvn install package区别

package是把jar打到本项目的target下,而install时把target下的jar安装到本地仓库,供其他项目使用

原文地址:https://www.cnblogs.com/guuyoog/p/8561636.html