Valueextractors for Maven reports

This projects provides the functionality to fetch relevant data from different reports. The results are extracted mostly from XML-files containing the intermediate report. The same functionality is used in maven 1 for the dashboard plugin. But there the implementation is in Jelly instead of Java. So this is a complete new implementation with the same functionality.

This library may be used for those tasks:

  • Extracting data from the reports for generating a dashboard page. Like the Dashboard plugin in Maven 1.
  • Extracting data from the reports to store the values in a DB. Used in the maven-historisation-plugin.
  • Extracting data from the reports to add further functionality, like implementation of special thresholds and checks during continous builds.