maven 的安装目录下的 conf 文件夹下有个 settings.xml 文件,编辑该文件
在<mirrors>中插入:
<mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://repo2.maven.org/maven2/</url> </mirror>
时间: 2024-11-01 21:50:52
maven 的安装目录下的 conf 文件夹下有个 settings.xml 文件,编辑该文件
在<mirrors>中插入:
<mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://repo2.maven.org/maven2/</url> </mirror>