添加jar到本地maven库

maven安装jar包的命令是:

mvn install:install-file -Dfile=jar包的位置 -DgroupId=自定义groupId -DartifactId=自定义artifactId -Dversion=自定义version -Dpackaging=jar
原文地址:https://www.cnblogs.com/wq-code/p/13779021.html