maven手动增长jar文件

maven手动增长jar文件

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
相关文章
相关标签/搜索