Using the Report

To use this report simply register the report plugin with your POM.

Default Configuration

<plugin>
  <groupId>de.smartics.exceptions</groupId>
  <artifactId>exceptioncodes-maven-plugin</artifactId>
  <version>0.10.0</version>
</plugin>

Using a different Report Generator

<plugin>
  <groupId>de.smartics.exceptions</groupId>
  <artifactId>exceptioncodes-maven-plugin</artifactId>
  <version>0.10.0</version>
  <configuration>
    <reportGenerator>
      de.smartics.maven.exceptions.report.CodeSortedSinkReportGenerator
    </reportGenerator>
  </configuration>
</plugin>

Please refer to Report Generators for a list of alternative implementations. Note that you can also generate an XML report and process the report data with your tools.