Last active
December 13, 2015 21:58
-
-
Save arthurtsang/4981295 to your computer and use it in GitHub Desktop.
aggregatable maven report plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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