diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 72f5f190..0ad720d3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,6 +41,7 @@ }, "mounts": [ "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", + "source=${localEnv:HOME}/.m2/settings.xml,target=/usr/local/sdkman/candidates/maven/current/conf/settings.xml,type=bind,consistency=cached" ] // Use 'forwardPorts' to make a list of ports inside the container available locally.