To me this sounds very similar to what the surefire reporting plugin does. Have a look at that code: http://maven.apache.org/plugins/maven-surefire-report-plugin/
/Anders On Wed, Mar 30, 2011 at 01:20, Benson Margulies <bimargul...@gmail.com>wrote: > I want to create a report which presents some results from a build. > There is no way to recreate the data in the reporting context; the > report must come from the build proper. > > Is the thing to do here to make the build proper leave the data behind > in, for example, an XML file in target, and the reporting plugin to > fail if the file is not there? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >