dropwizard-gelf icon indicating copy to clipboard operation
dropwizard-gelf copied to clipboard

Improve MAVEN build Performance

Open SilverSteven opened this issue 4 years ago • 1 comments

That report generation takes time, slowing down the overall build. Reports are definitely useful, but do you need them every time you run the build. We can conditionally disable generating test reports by setting <disableXmlReport>true<disableXmlReport>. If you need to generate reports, just add -DcloseTestReports=false to the end of mvn build command.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

SilverSteven avatar Jan 15 '22 20:01 SilverSteven

@xiayingfeng Thanks for your contribution! Could you quantify the improvement of the Maven build time compared to the status quo? I think dropwizard-gelf is building quite quickly, doesn't it?

joschi avatar Jan 15 '22 22:01 joschi