MAVEN安装代码到本地库,安装jar, source, javadoc的方式
时间:
2015-12-18 02:01:18
阅读:
229
评论:
收藏:
0
[点我收藏+]
mvn install:install-file -Dfile=D:/spymemcached-2.10.3.jar -DgroupId=net.spy -DartifactId=spymemcached -Dversion=2.10.3 -Dpackaging=jar
mvn install:install-file -Dfile=D:/spymemcached-2.10.3-sources.jar -DgroupId=net.spy -DartifactId=spymemcached -Dversion=2.10.3 -Dpackaging=jar -Dclassifier=sources
mvn install:install-file -Dfile=D:/spymemcached-2.10.3-javadoc.jar -DgroupId=net.spy -DartifactId=spymemcached -Dversion=2.10.3 -Dpackaging=jar -Dclassifier=javadocMAVEN安装代码到本地库,安装jar, source, javadoc的方式
原文:http://www.blogjava.net/xiaomage234/archive/2015/12/17/428706.html