Skip to content

Instantly share code, notes, and snippets.

@dannyduc
Created September 11, 2012 21:00
Show Gist options
  • Save dannyduc/3702025 to your computer and use it in GitHub Desktop.
Save dannyduc/3702025 to your computer and use it in GitHub Desktop.
maven site plugin
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.1</version>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment