As per title: I\'m trying to run Maven automated test from Jenkins slave that is containerized and after battling this for a week now I\'m running out of ideas. It works as
I can confirm that I had this problem as well on a Fedora docker image (2020) - just upgrade maven-surefire-plugin to >=2.22.0 and it worked.
(http://raehal.me/maven-surefire-plugin-on-Docker/)