[已解决] 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 

原文地址:https://www.cnblogs.com/gifisan/p/5912934.html