maven安装jar到本地仓库的记录
mvn install:install-file -DgroupId="mytest" (这里加上双引号,未加一直失败,不知道为什么 )
-DartifactId=rmconfig -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repository\mytest.jar
有用请点推荐!
mvn install:install-file -DgroupId="mytest" (这里加上双引号,未加一直失败,不知道为什么 )
-DartifactId=rmconfig -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repository\mytest.jar