How to get the icons for the resulted maven-surefire-report-plugin
The question is probably too old, but I had the same problem and I found this answer.
The command mvn site -DgenerateReports=false
generates only css and images for surefire-report.html and works fine.