kafdrop icon indicating copy to clipboard operation
kafdrop copied to clipboard

Ignoring unnecessarily generated surefire-report

Open java-codehunger opened this issue 2 years 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 -Dsurefire.useFile=false -DdisableXmlReport=true to the mvn command.

java-codehunger avatar May 03 '23 06:05 java-codehunger