maven手動增長jar文件html
在cmd界面輸入:maven
mvn install:install-file -Dfile=D:\com.ibm.mq.jar -DgroupId=com.ibm.mq -DartifactId=allclient -Dversion=8.0.0.5 -Dpackaging=jar
學習了:http://blog.csdn.net/a491857321/article/details/51085167ide
deploy jar包post
mvn deploy:deploy-file -DgroupId=com.caucho -DartifactId=hessian -Dversion=4.0.38-fix -Dpackaging=jar -Dfile="E:\hessian-4.0.38-fix.jar" -DrepositoryId=thirdparty -Durl=http://nexus.cc.c/content/repositories/thirdparty
對於lastUpdated文件,學習
mvn clean install -U