maven 将jar包推送到自己本机的maven库

mvn install:install-file -DgroupId=com.wdcloud.sdk -DartifactId=front-category-signed -Dversion=1.0.0 -Dpackaging="jar" -Dfile="d:front_category_signed-1.0.0.jar"

存送到公司私库参考
https://blog.csdn.net/alice_qixin/article/details/78390192

原文地址:https://www.cnblogs.com/zhucww/p/9223639.html