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
For command line
mvn surefire-report:report -Daggregate=true
It could be -
mvn clean test -fn surefire-report:report -Daggregate=true OR mvn clean install -fn surefire-report:report -Daggregate=true
Note : fn -> NEVER fail the build, regardless of project result
fn
To add in pom
true