Fork me on GitHub

Usage

Add the parent coordinates to your pom.xml

<parent>
  <groupId>fr.ebruno.maven.poms</groupId>
  <artifactId>maven-parentpom</artifactId>
  <version>0.1.19</version>
</parent>
# Generate the Web site
mvn site
# Generate the Web site and deploy it to the github branch gh-pages
mvn site-deploy
# Update the licence headers of the source files
mvn license:update-file-header