settings.xml 486 B

123456789101112
  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 https://maven.apache.org/xsd/settings-1.0.0.xsd">
  4. <mirrors>
  5. <mirror>
  6. <id>central-direct</id>
  7. <name>Maven Central</name>
  8. <url>https://repo1.maven.org/maven2</url>
  9. <mirrorOf>central</mirrorOf>
  10. </mirror>
  11. </mirrors>
  12. </settings>