ukwa / webarchive-discovery

WARC and ARC indexing and discovery tools.
https://github.com/ukwa/webarchive-discovery/wiki
113 stars 24 forks source link

Improve MAVEN build Performance #279

Closed SilverSteven closed 2 years 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.

anjackson commented 2 years ago

As the CI tests only require a few minutes to run, this doesn't have a lot of benefit. To avoid confusion, I'd rather keep things as they are. Thanks.