maven-surefire
maven-surefire copied to clipboard
Build of pom modules broken
Affected version
3.3.1+
Bug description
Caused by SUREFIRE-2124
If we run mvn clean verify on company superpom, there is no <summaryFile>${project.build.directory}/failsafe-summary-itest.xml</summaryFile> generated as it is expected, but execution of plugin fails on:
Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.5.3:verify (verify-itest) on project superpom: superpom/target/failsafe-summary-itest.xml (File not found)
Even if there is specified <failIfNoTests>false</failIfNoTests> in plugins configuration section.
Command: mvn clean verify
well you might need to producer some reproducer because I really wonder how this can happen for a project with <packaging>pom</packaging>
I have created reproducer repository for further investigation.