美文网首页
Maven seetings.xml

Maven seetings.xml

作者: YoungDazen | 来源:发表于2020-02-12 17:54 被阅读0次
<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>"maven repository local path"</localRepository>
</settings>

<mirrors>
    <mirror>
      <id>nexus-aliyun</id>
      <mirrorOf>central</mirrorOf>
      <name>aliyun maven</name>
   <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>
</mirrors>

相关文章

网友评论

      本文标题:Maven seetings.xml

      本文链接:https://www.haomeiwen.com/subject/zqmcfhtx.html