Am 2023-01-06 um 12:55 schrieb Slawomir Jaranowski:
Something is not ok ... please look at generated report - look strange
... missing tables

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/dependency-convergence.html

Vote started.

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/surefire-report.html

From Surefire code:
    /**
     * If set to true the surefire report will be generated even when there are 
no surefire result files.
     * Defaults to {@code true} to preserve legacy behaviour pre 2.10.
     * @since 2.11
     */
    @Parameter( defaultValue = "true", property = 
"alwaysGenerateSurefireReport" )
    private boolean alwaysGenerateSurefireReport;

Must be set to false and renamed to 'skipEmptyReport' like we do in other plugins: https://github.com/search?l=Java&q=org%3Aapache+skipEmptyReport&type=Code

Here as well:
    /**
     * If set to true the failsafe report will be generated even when there are 
no failsafe result files.
     * Defaults to {@code false} to preserve legacy behaviour pre 2.10.
     * @since 2.11
     */
    @Parameter( defaultValue = "false", property = 
"alwaysGenerateFailsafeReport" )
    private boolean alwaysGenerateFailsafeReport;

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/checkstyle.html

Vote started.

https://maven.apache.org/components/skins-archives/maven-fluido-skin-LATEST/invoker-report.html

Outdated plugin is used. In 3.4.0 issue is fixed already.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to