不需要在pom文件中配置,只需要在maven的conf文件中配置上镜像即可

<mirror>
      <id>nexus</id>
      <mirrorOf>central</mirrorOf>
      <name>internal nexus repository</name>
      <url>http://xxxx:8081/nexus/content/groups/public/</url> 
</mirror>

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-01-24
  • 2021-05-06
  • 2022-12-23
  • 2021-10-07
  • 2021-06-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-08-06
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案