soot icon indicating copy to clipboard operation
soot copied to clipboard

ignoring unnecessarily generated surefire report

Open optimizing-ci-builds opened this issue 1 year ago • 0 comments

In our analysis, we observe that this target/surefire-report/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime. The generation of this directory can be disabled by simply adding -DdisableXmlReport=true to the mvn command.

optimizing-ci-builds avatar Mar 20 '23 03:03 optimizing-ci-builds