Hi, Building the Maven site takes a long time for our projects.
Before releasing the next version of maven-parent, I have a proposal to review used Maven site reports. So - without reporting profile, standard maven-project-info-reports-plugin - build very quick - no problems - with reporting profile: - surefire - require test phase - can have influence on build time - checkstyle - pmd - jxr - needed by other reports - taglist - javadoc - require generate-sources - for plugins and extensions additional invoker report is added. I starting to think what of benefit we have, who is looking at reports like: surefire, checkstyle, pmd, taglist Maybe they are redundant - tests, checkstyle verification simply must pass -- Sławomir Jaranowski