hortonworks / registry

Schema Registry
Apache License 2.0
15 stars 8 forks source link

Build reports are not always needed #746

Open shisheng-1 opened 2 years ago

shisheng-1 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.