mvn install:install-file -Dfile=C:\Users\ldzh\Desktop\test\jave-1.0.2.jar -DgroupId=it.sauronsoftware -DartifactId=jave -Dversion=1.0.2 -Dpackaging=jar
其中
-Dfile:jar的本地磁盘路径
-DgroupId:对应pom.xml中的groupId
-DartifactId:对应pom.xml中的Artifactid
-Dversion:对应pom.xml中的version
-Dpackaging:加入包的类型