1、maven本地安装jar
mvn install:install-file -Dfile=d:\my\fastdfs.jar -DgroupId=org.csource -DartifactId=fastdfs -Dversion=1.2 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=d:\my\fastdfs.jar -DgroupId=org.csource -DartifactId=fastdfs -Dversion=1.2 -Dpackaging=jar -DgeneratePom=true
本文介绍如何使用Maven命令在本地安装一个指定的Jar包,包括设置groupId、artifactId、version等参数。

1790

被折叠的 条评论
为什么被折叠?



