Skip to content

mvn site is way too much slow and incomplete #12

Description

@trumbitta

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions