-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.4 Docker [ERROR] java.nio.file.AccessDeniedException: /.m2/repository/org #9
Comments
I guess the MAVEN_CONFIG should be set to a non root folder and the m2 folder should not be under root |
worked around by |
Das .m2-Verzeichnis wird zweimal definiert, einmal auf dem Host (./.m2) und einmal als benanntes Volume (kob-testsuite-maven). Hier die angepasste dc-testsuite.yml (danach läuft es bei uns) name: dc-testsuite-kob MAVEN_OPTS=-Dcucumber.filter.tags=${TESTSUITE_TESTS} |
@StefanEger das wird schon nur einmal definiert, aber die Berechtigungen stimmen nicht. Das Verzeichnis kob-testsuite-maven wird schon angelegt und die |
Ich konnte mit den Anpassungen der .yml die Testsuite problemlos starten. Wenn die Lösungswege beide funktioniert, umso besser :). |
Mit der version 0.6.4 erhalte ich beim
docker compose up
folgende Fehlermeldungkob-testsuite | [ERROR] java.nio.file.AccessDeniedException: /.m2/repository/org
Auch das Löschen eines existierenden
~/.m2
Ordners hat nix gebracht.Komplettes Log:
Ubuntu 22.04, Docker version 26.1.1
The text was updated successfully, but these errors were encountered: