settings.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <localRepository/>
  6. <interactiveMode/>
  7. <usePluginRegistry/>
  8. <offline/>
  9. <pluginGroups/>
  10. <servers/>
  11. <mirrors>
  12. <mirror>
  13. <id>aliyunmaven</id>
  14. <mirrorOf>central</mirrorOf>
  15. <name>阿里云公共仓库</name>
  16. <url>https://maven.aliyun.com/repository/central</url>
  17. </mirror>
  18. <mirror>
  19. <id>aliyunmaven</id>
  20. <mirrorOf>apache snapshots</mirrorOf>
  21. <name>阿里云阿帕奇仓库</name>
  22. <url>https://maven.aliyun.com/repository/apache-snapshots</url>
  23. </mirror>
  24. </mirrors>
  25. <proxies/>
  26. <activeProfiles/>
  27. <profiles>
  28. <profile>
  29. <id>aliyun-repos</id>
  30. <repositories>
  31. <repository>
  32. <id>aliyunmaven</id>
  33. <name>aliyunmaven</name>
  34. <url>https://maven.aliyun.com/repository/public</url>
  35. <layout>default</layout>
  36. <releases>
  37. <enabled>true</enabled>
  38. </releases>
  39. <snapshots>
  40. <enabled>true</enabled>
  41. </snapshots>
  42. </repository>
  43. <repository>
  44. <id>MavenCentral</id>
  45. <url>http://repo1.maven.org/maven2/</url>
  46. </repository>
  47. <repository>
  48. <id>aliyunmavenApache</id>
  49. <url>https://maven.aliyun.com/repository/apache-snapshots</url>
  50. </repository>
  51. </repositories>
  52. </profile>
  53. </profiles>
  54. </settings>