.setting.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>central,jcenter,!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>6051cb7cc41f5c36db929c1a</username>
  17. <password>m8ZiHSRU1GbJ</password>
  18. </server>
  19. <server>
  20. <id>rdc-snapshots</id>
  21. <username>6051cb7cc41f5c36db929c1a</username>
  22. <password>m8ZiHSRU1GbJ</password>
  23. </server>
  24. </servers>
  25. <profiles>
  26. <profile>
  27. <id>rdc</id>
  28. <properties>
  29. <altReleaseDeploymentRepository>
  30. rdc-releases::default::https://packages.aliyun.com/maven/repository/2085629-release-VjWRxR/
  31. </altReleaseDeploymentRepository>
  32. <altSnapshotDeploymentRepository>
  33. rdc-snapshots::default::https://packages.aliyun.com/maven/repository/2085629-snapshot-HgflM7/
  34. </altSnapshotDeploymentRepository>
  35. </properties>
  36. <repositories>
  37. <repository>
  38. <id>central</id>
  39. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  40. <releases>
  41. <enabled>true</enabled>
  42. </releases>
  43. <snapshots>
  44. <enabled>false</enabled>
  45. </snapshots>
  46. </repository>
  47. <repository>
  48. <id>snapshots</id>
  49. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  50. <releases>
  51. <enabled>false</enabled>
  52. </releases>
  53. <snapshots>
  54. <enabled>true</enabled>
  55. </snapshots>
  56. </repository>
  57. <repository>
  58. <id>rdc-releases</id>
  59. <url>https://packages.aliyun.com/maven/repository/2085629-release-VjWRxR/</url>
  60. <releases>
  61. <enabled>true</enabled>
  62. </releases>
  63. <snapshots>
  64. <enabled>false</enabled>
  65. </snapshots>
  66. </repository>
  67. <repository>
  68. <id>rdc-snapshots</id>
  69. <url>https://packages.aliyun.com/maven/repository/2085629-snapshot-HgflM7/</url>
  70. <releases>
  71. <enabled>false</enabled>
  72. </releases>
  73. <snapshots>
  74. <enabled>true</enabled>
  75. </snapshots>
  76. </repository>
  77. </repositories>
  78. <pluginRepositories>
  79. <pluginRepository>
  80. <id>central</id>
  81. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  82. <releases>
  83. <enabled>true</enabled>
  84. </releases>
  85. <snapshots>
  86. <enabled>false</enabled>
  87. </snapshots>
  88. </pluginRepository>
  89. <pluginRepository>
  90. <id>snapshots</id>
  91. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  92. <releases>
  93. <enabled>false</enabled>
  94. </releases>
  95. <snapshots>
  96. <enabled>true</enabled>
  97. </snapshots>
  98. </pluginRepository>
  99. <pluginRepository>
  100. <id>rdc-releases</id>
  101. <url>https://packages.aliyun.com/maven/repository/2085629-release-VjWRxR/</url>
  102. <releases>
  103. <enabled>true</enabled>
  104. </releases>
  105. <snapshots>
  106. <enabled>false</enabled>
  107. </snapshots>
  108. </pluginRepository>
  109. <pluginRepository>
  110. <id>rdc-snapshots</id>
  111. <url>https://packages.aliyun.com/maven/repository/2085629-snapshot-HgflM7/</url>
  112. <releases>
  113. <enabled>false</enabled>
  114. </releases>
  115. <snapshots>
  116. <enabled>true</enabled>
  117. </snapshots>
  118. </pluginRepository>
  119. </pluginRepositories>
  120. </profile>
  121. </profiles>
  122. <activeProfiles>
  123. <activeProfile>rdc</activeProfile>
  124. </activeProfiles>
  125. </settings>