mvn下安装jar包到本地仓库



mvn install:install-file -DgroupId=com.css.app -DartifactId=com-css-app -Dversion=2.7 -Dpackaging=jar -Dfile=app-v2.7.jar


参考:

1.maven提供的中央仓库
http://repo1.maven.org/maven2/

2.国内快速镜像
http://blog.csdn.net/hotdust/article/details/53047896

3.【Maven】仓库 ——repository
http://blog.csdn.net/robinjwong/article/details/38752257

猜你喜欢

转载自franciswmf.iteye.com/blog/2259639
今日推荐