maven安装本地jar命令

mvn install:install-file -Dfile=jar包的位置 -DgroupId=pom.xml的groupId -DartifactId=pom.xm的artifactId -Dversion=pom.xm的version -Dpackaging=jar
原文地址:https://www.cnblogs.com/xuqiang7/p/13554590.html