Update .forgejo/workflows/ci-settings.xml

This commit is contained in:
root 2025-06-25 09:55:02 +01:00
parent f1b137c8a2
commit 38b91df37c

View file

@ -2,6 +2,12 @@
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">
<!--
Configured in docker-container with mappend volume 'maven-cache:/maven-repo',
and then, in release.yml STEP 'Build backend (Spring Boot)' with 'volumes:- docker-forgejo_maven-cache:/root/.m2'
-->
<localRepository>/root/.m2/repository</localRepository>
<mirrors>
<mirror>
<id>nexus</id>