mave 安装本地jar包到maven库

Maven 安装 JAR 包的命令是:

mvn install:install-file -Dfile=本地jar包的位置  

-DgroupId=groupId  

-DartifactId=artifactId  

-Dversion=version  

-Dpackaging=jar

原文地址:https://www.cnblogs.com/PMlog/p/6286409.html