mvn install:install-file -Dfile=jar包本地路径 -DgroupId=groupID -DartifactId=ifactId -Dversion=版本 -Dpackaging=jar

示例如下:

mvn install:install-file -Dfile=D:\qakpro\qak_mgr\jars\cafe.framework-service-0.0.1-SNAPSHOT.jar -DgroupId=com.efast.cafe -DartifactId=cafe.framework-service -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar

05-11 22:06