report-detect/settings.xml

13 lines
497 B
XML
Raw Normal View History

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<!-- Use standard central, bypass custom broken mirrors -->
<mirror>
2026-02-09 09:43:28 +08:00
<id>maven-central-mirror</id>
<mirrorOf>*</mirrorOf>
2026-02-09 09:43:28 +08:00
<name>Maven Central</name>
<url>https://repo1.maven.org/maven2/</url>
</mirror>
</mirrors>
</settings>