Update .forgejo/workflows/ci-settings.xml
This commit is contained in:
parent
f1b137c8a2
commit
38b91df37c
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue