| Hello, In fact, the problem seems to occur before launching maven. I can reproduce it, on Linux +jenkins 2.32, with ${HOME}/.m2 being a soft link to a non existing folder. I guess that it tests if ${HOME}/.m2 is a directory, and if not tries to mkdir it, which is not possible since there is already a link using the name. Once the target of ${HOME}/.m2 created, I saw that no files were stored in it : artefacts were downloaded to ${WORSPACE}/.repository, as configured. |