settings.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  5. <mirrors>
  6. <mirror>
  7. <id>mirror</id>
  8. <mirrorOf>!rdc-releases,!rdc-snapshots</mirrorOf>
  9. <name>mirror</name>
  10. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  11. </mirror>
  12. </mirrors>
  13. <servers>
  14. <server>
  15. <id>rdc-releases</id>
  16. <username>7IxD1n</username>
  17. <password>R2zIxECSB5</password>
  18. </server>
  19. <server>
  20. <id>rdc-snapshots</id>
  21. <username>7IxD1n</username>
  22. <password>R2zIxECSB5</password>
  23. </server>
  24. </servers>
  25. <profiles>
  26. <profile>
  27. <id>nexus</id>
  28. <repositories>
  29. <repository>
  30. <id>central</id>
  31. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  32. <releases>
  33. <enabled>true</enabled>
  34. </releases>
  35. <snapshots>
  36. <enabled>false</enabled>
  37. </snapshots>
  38. </repository>
  39. <repository>
  40. <id>snapshots</id>
  41. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  42. <releases>
  43. <enabled>false</enabled>
  44. </releases>
  45. <snapshots>
  46. <enabled>true</enabled>
  47. </snapshots>
  48. </repository>
  49. <repository>
  50. <id>rdc-releases</id>
  51. <url>https://repo.rdc.aliyun.com/repository/109287-release-nNDwQE/</url>
  52. <releases>
  53. <enabled>true</enabled>
  54. </releases>
  55. <snapshots>
  56. <enabled>false</enabled>
  57. </snapshots>
  58. </repository>
  59. <repository>
  60. <id>rdc-snapshots</id>
  61. <url>https://repo.rdc.aliyun.com/repository/109287-snapshot-ZkSC5j/</url>
  62. <releases>
  63. <enabled>false</enabled>
  64. </releases>
  65. <snapshots>
  66. <enabled>true</enabled>
  67. </snapshots>
  68. </repository>
  69. </repositories>
  70. <pluginRepositories>
  71. <pluginRepository>
  72. <id>central</id>
  73. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  74. <releases>
  75. <enabled>true</enabled>
  76. </releases>
  77. <snapshots>
  78. <enabled>false</enabled>
  79. </snapshots>
  80. </pluginRepository>
  81. <pluginRepository>
  82. <id>snapshots</id>
  83. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  84. <releases>
  85. <enabled>false</enabled>
  86. </releases>
  87. <snapshots>
  88. <enabled>true</enabled>
  89. </snapshots>
  90. </pluginRepository>
  91. <pluginRepository>
  92. <id>rdc-releases</id>
  93. <url>https://repo.rdc.aliyun.com/repository/109287-release-nNDwQE/</url>
  94. <releases>
  95. <enabled>true</enabled>
  96. </releases>
  97. <snapshots>
  98. <enabled>false</enabled>
  99. </snapshots>
  100. </pluginRepository>
  101. <pluginRepository>
  102. <id>rdc-snapshots</id>
  103. <url>https://repo.rdc.aliyun.com/repository/109287-snapshot-ZkSC5j/</url>
  104. <releases>
  105. <enabled>false</enabled>
  106. </releases>
  107. <snapshots>
  108. <enabled>true</enabled>
  109. </snapshots>
  110. </pluginRepository>
  111. </pluginRepositories>
  112. </profile>
  113. </profiles>
  114. <activeProfiles>
  115. <activeProfile>nexus</activeProfile>
  116. </activeProfiles>
  117. </settings>