settings.xml 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  2. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  3. <mirrors>
  4. <mirror>
  5. <id>mirror</id>
  6. <mirrorOf>central,jcenter,!repo-fxdgg</mirrorOf>
  7. <name>mirror</name>
  8. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  9. </mirror>
  10. </mirrors>
  11. <servers>
  12. <server>
  13. <id>repo-fxdgg</id>
  14. <username>684e7f864731dac66480b3c1</username>
  15. <password>q81aGqq-sc_G</password>
  16. </server>
  17. </servers>
  18. <profiles>
  19. <profile>
  20. <id>rdc</id>
  21. <properties>
  22. <altReleaseDeploymentRepository>
  23. repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
  24. </altReleaseDeploymentRepository>
  25. <altSnapshotDeploymentRepository>
  26. repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
  27. </altSnapshotDeploymentRepository>
  28. </properties>
  29. <repositories>
  30. <repository>
  31. <id>central</id>
  32. <url>https://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>https://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>repo-fxdgg</id>
  52. <url>https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg</url>
  53. <releases>
  54. <enabled>true</enabled>
  55. </releases>
  56. <snapshots>
  57. <enabled>true</enabled>
  58. </snapshots>
  59. </repository>
  60. </repositories>
  61. <pluginRepositories>
  62. <pluginRepository>
  63. <id>central</id>
  64. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  65. <releases>
  66. <enabled>true</enabled>
  67. </releases>
  68. <snapshots>
  69. <enabled>false</enabled>
  70. </snapshots>
  71. </pluginRepository>
  72. <pluginRepository>
  73. <id>snapshots</id>
  74. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  75. <releases>
  76. <enabled>false</enabled>
  77. </releases>
  78. <snapshots>
  79. <enabled>true</enabled>
  80. </snapshots>
  81. </pluginRepository>
  82. <pluginRepository>
  83. <id>repo-fxdgg</id>
  84. <url>https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg</url>
  85. <releases>
  86. <enabled>true</enabled>
  87. </releases>
  88. <snapshots>
  89. <enabled>true</enabled>
  90. </snapshots>
  91. </pluginRepository>
  92. </pluginRepositories>
  93. </profile>
  94. </profiles>
  95. <activeProfiles>
  96. <activeProfile>rdc</activeProfile>
  97. </activeProfiles>
  98. </settings>