maven 远程仓库的配置

配置Maven设置文件

 

 
setting.xml 
 
  1. <profile>
  2. <id>development</id>
  3. <repositories>
  4. <repository>
  5. <id>xx</id>
  6. <name>xxxx</name>
  7. <releases>
  8. <enabled>true</enabled>
  9. </releases>
  10. <snapshots>
  11. <enabled>true</enabled>
  12. </snapshots>
  13. <url>http://192.168.0.63:8079/mvnrepository/content/groups/public</url>
  14. </repository>
  15. </repositories>
  16. <pluginRepositories>
  17. <pluginRepository>
  18. <id>xx</id>
  19. <name>xxx</name>
  20. <releases>
  21. <enabled>true</enabled>
  22. </releases>
  23. <snapshots>
  24. <enabled>true</enabled>
  25. </snapshots>
  26. <url>http://192.168.0.63:8079/mvnrepository/content/groups/public</url>
  27. </pluginRepository>
  28. </pluginRepositories>
  29. </profile>
  30. </profiles>
 

转载于:https://www.cnblogs.com/signheart/p/6609570.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值