jar 包下不下来 ,下不到本地maven 仓库(阿里云镜像)
$ mvn install:install-file -DgroupId=com.github.kuhn-he -DartifactId=elastic-job-lite-spring-boot-starter -Dversion=2.1.53 -Dpackaging=jar -Dfile=elastic-job-lite-spring-boot-starter-2.1.53.jar
见名知意
-DgroupId=groupId
-DartifactId=artifactId
-Dversion=version
-Dfile=运行的jar包名
有时候本地仓库有多个,想将此输入到指定的本地仓库在settings.xml指定就好了
执行
导入成功 完事!!!!!!!!!!!!!!!