Alibaba cloud central warehouse address maven download jar package fast

Need to modify the maven configuration file settings.xml
Add the following sub-tags below the <mirrors> tag

<mirror>
	<id>alimaven</id>
	<mirrorOf>central</mirrorOf>
	<name>aliyun maven</name>
	<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>

<!-- Central warehouse 1 -->
<mirror>
	<id>repo1</id>
	<mirrorOf>central</mirrorOf>
	<name>Human Readable Name for this Mirror.</name>
	<url>http://repo1.maven.org/maven2/</url>
</mirror>
<!-- Central Warehouse 2 -->
<mirror>
	<id>repo2</id>
	<mirrorOf>central</mirrorOf>
	<name>Human Readable Name for this Mirror.</name>
	<url>http://repo2.maven.org/maven2/</url>
</mirror>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326721813&siteId=291194637