spotbugs / spotbugs-maven-plugin

Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer
https://spotbugs.github.io/spotbugs-maven-plugin/
Apache License 2.0
73 stars 52 forks source link

outputDirectory default value is invalid. #850

Closed dylan-tao closed 1 week ago

dylan-tao commented 1 month ago

See

    /**
     * Location where generated html will be created.
     *
     */
    @Parameter(defaultValue = '${project.reporting.outputDirectory}', required = true)
    File outputDirectory

please

closing as this is already present in support.

See

    /**
     * Location where generated html will be created.
     *
     */
    @Parameter(defaultValue = '${project.reporting.outputDirectory}', required = true)
    File outputDirectory

@hazendaz version: 4.8.6.2 Please test, the configuration item has been invalid, the default generated report is wrong under target, it should be in the site directory, and the above ${project.reporting.outputDirectory} is invalid.

Originally posted by @dylan-tao in https://github.com/spotbugs/spotbugs-maven-plugin/issues/673#issuecomment-2260369051

hazendaz commented 1 month ago

Believe #807 fixed that but not released yet.

dylan-tao commented 2 weeks ago

Believe #807 fixed that but not released yet.

When to release? @hazendaz

hazendaz commented 1 week ago

couple weeks or so.

hazendaz commented 1 week ago

Release 4.8.6.3 to support this.