carlossg / docker-maven

Official Docker image with Maven
Apache License 2.0
524 stars 423 forks source link

test: in windows run as non admin #329

Open carlossg opened 1 year ago

carlossg commented 1 year ago

@slide maybe you could help with this test to verify that is not running as admin?

slide commented 1 year ago

Looks like the backslash is not needed, I can never remember the escaping requirements. Let me pull this change and play around with it today.

carlossg commented 1 year ago

thanks, the main issue is that surefire 3 and latest versions of 2 are breaking on windows

carlossg commented 1 year ago

in #330 and #331 I've tried newer versions of surefire

330 2.19.1 is the last one that works on windows

331 trying 3.x (which I believe is the default in maven 3.9.0) is failing