maven settings 配置文件

maven settings 配置文件

<?xml version="1.0" encoding="UTF-8"?>
<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">

	<mirrors>
		<mirror>
			<id> maven-net-cn</id>
			<name> Maven China Mirror</name>
			<url> http://maven.net.cn/content/groups/public/</url>
			<mirrorOf> central</mirrorOf>
		</mirror>
	</mirrors>

</settings>

 

 http://injavawetrust.iteye.com

 

posted on 2016-03-28 22:01  木鱼哥  阅读(213)  评论(0编辑  收藏  举报

导航