maven 添加jar到中央/远程仓库_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > maven 添加jar到中央/远程仓库

maven 添加jar到中央/远程仓库

 2013/11/30 12:18:59  wbj0110  程序员俱乐部  我要评论(0)
  • 摘要:commond:mvndeploy:deploy-file-DgroupId=com.tima.javax.jta-DartifactId=jta-Dversion=1.0.0-Dpackaging=jar-Dfile=jta.jar-Durl=http://192.168.131.8:8081/nexus/content/repositories/thirdparty/-DrepositoryId=thirdpartylocalinstallmvninstall:install-file
  • 标签:远程 Maven

commond:

mvn deploy:deploy-file -DgroupId=com.tima.javax.jta -DartifactId=jta -Dversion=1.0.0 -Dpackaging=jar -Dfile=jta.jar -Durl=http://192.168.131.8:8081/nexus/content/repositories/thirdparty/ -DrepositoryId=thirdparty

?

local installmvn?install:install-file?-Dfile=D:\mvn\spring-context-support-3.1.0.RELEASE.jar?-DgroupId=org.springframework -DartifactId=spring-context-support?-Dversion=3.1.0.RELEASE?-Dpackaging=jar

上一篇: 细数全球10大最贵单反镜头 下一篇: 分形
发表评论
用户名: 匿名