maven添加本地包命令mvn install:install-file各个属性详解
转载于:http://www.yayihouse.com/yayishuwu/chapter/1415添加带有别名的jar包如:common-auth-0.0.1-SNAPSHOT-core.jar,别名为core。maven指令如下:mvn install:install-file -Dfile=F:/common-auth/target/common-auth-0.0.1-SNAPSHOT-core.jar -DgroupId=com.cloud -DartifactId=common-au
转载
2020-07-29 12:58:36 ·
2731 阅读 ·
2 评论