Reconfigure for forgejo/woodpecker

This commit is contained in:
Stephan Schnabel 2025-05-28 19:30:57 +02:00
parent f421be47af
commit 7edde3405c
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
18 changed files with 1144 additions and 375 deletions

View file

@ -0,0 +1,11 @@
<?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>${env.MAVEN_MIRROR:`https://mirror.kokuwa.io`}</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>