diff --git a/mvn.sh b/mvn.sh index a5c8e8cd7c579ebc76a1514c9804c2b43a0be2c3..4ae0923fda6d4f773322e9e13f9546ff286293c5 100755 --- a/mvn.sh +++ b/mvn.sh @@ -11,6 +11,7 @@ docker run \ --env GITHUBLOGIN=$GITHUBLOGIN \ --env GITHUBPASSWORD=$GITHUBPASSWORD \ --mount type=bind,source=${HOME}/.m2,target=/var/maven/.m2 \ + --mount type=bind,source=${HOME}/.sonar,target=/var/maven/.sonar \ --mount type=bind,source=${HOME}/.ssh,target=/home/user/.ssh \ --mount type=bind,source=${HOME}/.gitconfig,target=/home/user/.gitconfig,readonly \ --mount type=bind,source="$(pwd)",target=/usr/src/mymaven \