settings.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. <localRepository>E:\dev\apache-maven-3.5.4\repo</localRepository>
  6. <mirrors>
  7. <mirror>
  8. <id>mirror</id>
  9. <mirrorOf>!rdc-releases,!rdc-snapshots</mirrorOf>
  10. <name>mirror</name>
  11. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  12. </mirror>
  13. </mirrors>
  14. <servers>
  15. <server>
  16. <id>rdc-releases</id>
  17. <username>jmKcD0</username>
  18. <password>kbY6Vob1hm</password>
  19. </server>
  20. <server>
  21. <id>rdc-snapshots</id>
  22. <username>jmKcD0</username>
  23. <password>kbY6Vob1hm</password>
  24. </server>
  25. </servers>
  26. <profiles>
  27. <profile>
  28. <id>nexus</id>
  29. <repositories>
  30. <repository>
  31. <id>central</id>
  32. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  33. <releases>
  34. <enabled>true</enabled>
  35. </releases>
  36. <snapshots>
  37. <enabled>false</enabled>
  38. </snapshots>
  39. </repository>
  40. <repository>
  41. <id>snapshots</id>
  42. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  43. <releases>
  44. <enabled>false</enabled>
  45. </releases>
  46. <snapshots>
  47. <enabled>true</enabled>
  48. </snapshots>
  49. </repository>
  50. <repository>
  51. <id>rdc-releases</id>
  52. <url>https://repo.rdc.aliyun.com/repository/32056-release-Y4ZMnU/</url>
  53. <releases>
  54. <enabled>true</enabled>
  55. </releases>
  56. <snapshots>
  57. <enabled>false</enabled>
  58. </snapshots>
  59. </repository>
  60. <repository>
  61. <id>rdc-snapshots</id>
  62. <url>https://repo.rdc.aliyun.com/repository/32056-snapshot-rUZtnp/</url>
  63. <releases>
  64. <enabled>false</enabled>
  65. </releases>
  66. <snapshots>
  67. <enabled>true</enabled>
  68. </snapshots>
  69. </repository>
  70. </repositories>
  71. <pluginRepositories>
  72. <pluginRepository>
  73. <id>central</id>
  74. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  75. <releases>
  76. <enabled>true</enabled>
  77. </releases>
  78. <snapshots>
  79. <enabled>false</enabled>
  80. </snapshots>
  81. </pluginRepository>
  82. <pluginRepository>
  83. <id>snapshots</id>
  84. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  85. <releases>
  86. <enabled>false</enabled>
  87. </releases>
  88. <snapshots>
  89. <enabled>true</enabled>
  90. </snapshots>
  91. </pluginRepository>
  92. <pluginRepository>
  93. <id>rdc-releases</id>
  94. <url>https://repo.rdc.aliyun.com/repository/32056-release-Y4ZMnU/</url>
  95. <releases>
  96. <enabled>true</enabled>
  97. </releases>
  98. <snapshots>
  99. <enabled>false</enabled>
  100. </snapshots>
  101. </pluginRepository>
  102. <pluginRepository>
  103. <id>rdc-snapshots</id>
  104. <url>https://repo.rdc.aliyun.com/repository/32056-snapshot-rUZtnp/</url>
  105. <releases>
  106. <enabled>false</enabled>
  107. </releases>
  108. <snapshots>
  109. <enabled>true</enabled>
  110. </snapshots>
  111. </pluginRepository>
  112. </pluginRepositories>
  113. </profile>
  114. </profiles>
  115. <activeProfiles>
  116. <activeProfile>nexus</activeProfile>
  117. </activeProfiles>
  118. </settings>