I have a project with several modules. When all tests pass, Maven test runs them all.
When tests fail in the first module, maven will not continue to the next projec
Try to add the following configuration for surefire plugin in your pom.xml of root project:
[...] org.apache.maven.plugins maven-surefire-plugin true [...]