[已解决] MAVEN安装代码到本地库,安装jar, source, javadoc的方式

mvn install:install-file -Dfile=a.jar -DgroupId=gid -DartifactId=aid -Dversion=0.0.1 -Dpackaging=jar

mvn install:install-file -Dfile=a.jar -DgroupId=gid -DartifactId=aid -Dversion=0.0.1 -Dpackaging=jar -Dclassifier=sources

mvn install:install-file -Dfile=a.jar -DgroupId=gid -DartifactId=aid -Dversion=0.0.1 -Dpackaging=jar -Dclassifier=javadoc

文章来源:http://www.cnblogs.com/gifisan/p/5912934.html

上一篇:Vim安装YouCompletMe插件。


下一篇:HDU 5293 Annoying problem 树形dp dfs序 树状数组 lca