settings.xml 763 B

123456789101112131415161718192021
  1. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
  4. http://maven.apache.org/xsd/settings-1.0.0.xsd">
  5. <mirrors>
  6. <mirror>
  7. <id>seecoder-nexus</id>
  8. <mirrorOf>*</mirrorOf>
  9. <name>seecoder-maven</name>
  10. <url>http://nexus.seecoder.cn/repository/maven-releases/</url>
  11. </mirror>
  12. <mirror>
  13. <id>alimaven</id>
  14. <name>aliyun maven</name>
  15. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  16. <mirrorOf>central</mirrorOf>
  17. </mirror>
  18. </mirrors>
  19. </settings>