keycloak-event-metrics/.woodpecker/maven/settings.xml
Stephan Schnabel 7075674d24
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
Reconfigure for forgejo/woodpecker
2025-05-28 20:01:57 +02:00

11 lines
493 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<interactiveMode>false</interactiveMode>
<localRepository>/woodpecker/.m2</localRepository>
<mirrors>
<mirror>
<url>http://mirror.woodpecker.svc/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>