Description
When running a single test, we often have to specify -DfailIfNoTests=false because the specified tests don't exist in some modules, but do exist in others.
In order to better support running specific tests in our multi-module project, we should just set the pom with this option by default.