I have a multi-module maven project. The parent pom.xml is simply a way to reference common information for the 4 subprojects. I have quite a few JUnit tests that run and
You can add
true
to the surefire plugin in the parent pom.xml.