<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
网友评论