Skip to content

Instantly share code, notes, and snippets.

@arthurtsang
Last active December 13, 2015 21:58
Show Gist options
  • Save arthurtsang/4981295 to your computer and use it in GitHub Desktop.
Save arthurtsang/4981295 to your computer and use it in GitHub Desktop.
aggregatable maven report plugin
<plugin>
<groupId>___</groupId>
<artifactId>gemini-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<reportSets>
<reportSet>
<id>gemini graph</id>
<reports>
<report>gemini</report>
<report>aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment