settings.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <mirrors>
  6. <mirror>
  7. <id>mirror</id>
  8. <mirrorOf>central,jcenter,!repo-fxdgg</mirrorOf>
  9. <name>mirror</name>
  10. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  11. </mirror>
  12. </mirrors>
  13. <profiles>
  14. <profile>
  15. <id>rdc</id>
  16. <properties>
  17. <altReleaseDeploymentRepository>
  18. repo-fxdgg::default::https://packages.aliyun.com/684e93660dc52b6c963b1c3f/maven/repo-fxdgg
  19. </altReleaseDeploymentRepository>
  20. </properties>
  21. </profile>
  22. </profiles>
  23. <activeProfiles>
  24. <activeProfile>rdc</activeProfile>
  25. </activeProfiles>
  26. <servers>
  27. <server>
  28. <id>repo-fxdgg</id>
  29. <username>684e7f864731dac66480b3c1</username>
  30. <password>q81aGqq-sc_G</password>
  31. </server>
  32. </servers>
  33. </settings>