maven config Explain

2019-08-29  本文已影响0人  handle_d717

<localRepository>E:\Maven\Repository</localRepository>

Change<localRepository> Label to what you hope FilePosition

you also can

<mirror>

<id>repo</id>

<mirrorOf>central</mirrorOf>

      <name>Human Readable Name for this Mirror.</name>

      <url>http://repo1.maven.org/maven2/</url>

</mirror>

  </mirrors>

This mean you can config your mirror to accelerate download JAR

上一篇 下一篇

猜你喜欢

热点阅读