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

开源中国

发表于 2014-08-23 00:08:00

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:mvnspring-context-support-3.1.0.RELEASE.jar -DgroupId=org.springframework -DartifactId=spring-context-support -Dversion=3.1.0.RELEASE -Dpackaging=jar

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2020-04-27
  • 2021-06-26
  • 2021-11-02
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-12-09
相关资源
相似解决方案