Hello, I'm a long-time Maven user but I've just recently discovered that, unless I'm mistaken, the Failsafe plugin isn't part of the default set of plugins which are configured "out of the box". Is this correct?
If so, I find this quite strange given that Failsafe is mentioned on https://maven.apache.org/plugins/index.html as a "core plugin", just like its sibling Surefire, the latter being indeed included. In order to change that, would it simply be a matter of adding Failsafe to https://github.com/apache/maven/blob/maven-3.9.6/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml ? Or are there locations in the Maven codebase that would need to be changed? Regards, -- Damiano Albani