mvn deploy:deploy-file -DgroupId=dr.pay.dcpay -DartifactId=dcpay -Dversion=1.0.0 -Dpackaging=jar -Dfile=/opt/TrustPayClient-V3.1.4.jar  -Durl=http://172.16.66.34:8081/nexus/content/repositories/del_release/ -DrepositoryId=del_release

vim settings.xml    #在servers段添加

       <server>
         <id>del_release</id>
         <username>admin</username>
         <password>admin</password>
       </server>
       <server>
         <id>del_snapshots</id>
         <username>admin</username>
         <password>admin</password>
       </server>

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-04
  • 2022-01-09
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案