mvn install:install-file
-Dmaven.repo.local=D:\myRepository\repository(你本机本地仓库的位置)
-DgroupId=com.infosec (自定义groupId)
-DartifactId=ISFJ_v2_0_139_16_BAISC_JDK15 (自定义artifactId)
-Dversion=1.0.0 (自定义版本)
-Dpackaging=jar -Dfile=D:\lib\ISFJ_v2_0_139_16_BAISC_JDK15.jar(需要安装的jar)
示例:
mvn install:install-file -Dmaven.repo.local=D:\repository -Dfile=D:\liubing\modulePro\xxl-sso\xxl-sso-core\target\xxl-sso-core-1.1.1-SNAPSHOT.jar -DgroupId=com.xuxueli -DartifactId=xxl-sso-core -Dversion=1.1.1-SNAPSHOT -Dpackaging=jar