-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable output filename #130
Configurable output filename #130
Conversation
@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. |
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? |
@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. |
OK, that sounds great, thank you! |
Any word on an ETA for the release? |
@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 :) |
OK, thanks for the update. Good luck! |
@massdosage The release for 3.1.12.2 has been pushed. You should see it in central in next 2 hours. Thanks. |
Thank you! |
Fixes #96
This change adds an extra parameter to the configuration so you can change the file name of the spotbugsXml.xml output file