Tutorial - Creating a Project Site with Maven

Action Plan

  • Add the maven-site-plugin to the Maven pom.xml
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <version>3.6</version>
</plugin>