maven install jar

命令:mvn install:install-file -Dfile=(jar包的位置) -DgroupId=groupId(分组) -DartifactId=artifactId(jar名称) -Dversion=version(版本号) -Dpackaging=jar

原文地址:https://www.cnblogs.com/zzlei/p/13331583.html