maven-surefire icon indicating copy to clipboard operation
maven-surefire copied to clipboard

Build of pom modules broken

Open sgflt opened this issue 6 months ago • 2 comments

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

sgflt avatar Jun 25 '25 07:06 sgflt

well you might need to producer some reproducer because I really wonder how this can happen for a project with <packaging>pom</packaging>

olamy avatar Jul 23 '25 03:07 olamy

I have created reproducer repository for further investigation.

sgflt avatar Sep 11 '25 10:09 sgflt