jun1019

 

 

<?xml version="1.0" encoding="UTF-8"?>

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  <!-- 你自己的仓库地址 -->
  <localRepository>D:\repository</localRepository>
  
  <mirrors>
    <!--
    <mirror>
      <id>mirrorId</id>
      <mirrorOf>repositoryId</mirrorOf>
      <name>Human Readable Name for this Mirror.</name>
      <url>http://my.repository.com/repo/path</url>
    </mirror>
    -->
    <mirror>
        <id>aliyun</id>
        <name>aliyun Maven</name>
        <mirrorOf>*</mirrorOf>
        <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>
  </mirrors>
  <profiles>
  </profiles>
</settings>

 

分类:

技术点:

相关文章:

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