maven 把jar推送给到本地仓库

一般是maven仓库仓库找不到的包,只能找到jar包的情况下可以这么处理

使用idea直接引入jar打包时会提示找不到

file 指定需要推送的jar包

groupId 分组

artifactId 项目ID

version  版本号

mvn install:install-file -Dfile=E:\jar\xxxx-1.0.1.jar -DgroupId=com.xxx.xxx -DartifactId=xxxx -Dversion=1.0.1 -Dpackaging=jar

 

posted @ 2022-07-07 11:25  荣超  阅读(395)  评论(0编辑  收藏  举报