如何将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
上一篇:设置java和maven编译编码


下一篇:How to Adjust the TCP Window Size Limit on Linux