Adding this speeds up the process:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
</configuration>
</plugin>
BTW, a mvn clean site produces an ugly index.html withour any link to other produced pages.
Needs some care and proper configuration :)
Adding this speeds up the process:
BTW, a mvn clean site produces an ugly index.html withour any link to other produced pages.
Needs some care and proper configuration :)