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
69 stars 51 forks source link

Configurable output filename #130

Closed cmathiesen closed 4 years ago

cmathiesen commented 4 years ago

Fixes #96 This change adds an extra parameter to the configuration so you can change the file name of the spotbugsXml.xml output file

hazendaz commented 4 years ago

@cmathiesen Thanks for the work on this! I did squash the commits to keep the history clean given the bit of trial and error there until success.

massdosage commented 4 years ago

Thanks @hazendaz! Could you please let us know more or less when this will be in a release that's available in Maven Central so we can start using it?

hazendaz commented 4 years ago

@massdosage Possibly towards end of the week. I'm likely to list it as 3.1.12.2 to keep it in line with spotbugs main versioning. At the moment spotbugs doesn't have any further development on 3.1.13 that is outstanding so I don't expect that anytime soon. I've thought about moving to the 4.0.0 beta3 but there is a concerning open issue around the html site generation. So I suspect I'll just keep running small patches against 3.1.12.x for now.

massdosage commented 4 years ago

OK, that sounds great, thank you!

massdosage commented 4 years ago

Any word on an ETA for the release?

hazendaz commented 4 years ago

@massdosage Most likely tomorrow evening. I'm trying to finish up a couple things on it so that it should support jdk 8 through 14. The work is done but the builds take a long time and I'm done for the night. I'll let you know once it's out. Thanks for being patient :)

massdosage commented 4 years ago

OK, thanks for the update. Good luck!

hazendaz commented 4 years ago

@massdosage The release for 3.1.12.2 has been pushed. You should see it in central in next 2 hours. Thanks.

massdosage commented 4 years ago

Thank you!