gini / dropwizard-gelf

Addon bundle for Dropwizard to support logging to a GELF-enabled server like Graylog or logstash
http://developer.gini.net/dropwizard-gelf/1.3.0-1/
Apache License 2.0
52 stars 21 forks source link

Improve MAVEN build Performance #86

Closed SilverSteven closed 1 year ago

SilverSteven commented 2 years ago

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.

joschi commented 2 years ago

@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?