//阿里云maven库
<mirrors>
<mirror>
<id>alimaven
</id>
<name>aliyun maven
</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/
</url>
<mirrorOf>central
</mirrorOf>
</mirror>
</mirrors>
//开源中国maven库
<mirrors>
<mirror>
<id>CN
</id>
<name>OSChina Central
</name>
<url>http://maven.oschina.net/content/groups/public/
</url>
<mirrorOf>central
</mirrorOf>
</mirror>
</mirrors>