Package org.apache.maven.reporting


package org.apache.maven.reporting
  • Classes
    Class
    Description
    The basis for a Maven report which can be generated both as part of a site generation or as a direct standalone goal invocation.
    An abstract class to manage report generation, with many helper methods to ease the job: you just need to implement getTitle() and renderBody().