如何将jar包引入到本地maven仓库

mvn install:install-file -DgroupId=com.jacob -DartifactId=jacob -Dversion=1.10 -Dfile=E:\ChromeDownload\jacob-1.10.jar -Dpackaging=jar

-DgroupId 设置groupId
-DartifactId 设置artifactId
-Dversion 设置version
-Dfile 设置需要引入的jar包的路径
-Dpackaging 设置类型为jar
posted @ 2021-07-19 14:21  聖凯  阅读(103)  评论(0编辑  收藏  举报