Running maven (3.5.2) build of a Spring Boot 2.0.2.RELEASE applicaton (generated by web initialiser with web dependencies) fails executing the maven
I was able to remove the maven-surefire-plugin from my POM after adding this to the top of my POM (inside the
node)
3.6.3
Why do I think this is the right answer?
mvn versions:display-plugin-updates
it shows that it's taking the maven-surefire-plugin 3.0.0-M3 from super-pom, which so far seems to have this issue fixed.