I'm testing my multi-module project and I would like to continue testing even if some tests fails.
<packaging>pom</packaging>
<name>My Project</name>
<modules>
<module>project-core</module>
<module>project-api</module>
</modules>
For example: If some test from CORE fails, is it possible keep with tests of API until the end?