Hi,

finally we found a way to generate a multi-page report while looking at the 
source of the plugin-plugin.

Basically the documents need to be placed into a special directory named 
"generated-site/xdoc/":

 /**
  * @parameter expression="${project.build.directory}/generated-site/xdoc"
  * @required
  */
 private String outputDirectory;

All xdoc documents in that directory (and all subdirectories) will be picked 
up by the site-plugin and rendered as html documents.

The port of the maven statcvs plugin is located here:

 http://statcvs-xml.berlios.de/maven2-plugin/

And a sample of the generated output is here:

 http://statcvs-xml.berlios.de/maven2-plugin/statcvs/index.html

The plugin still does not work perfectly (the resources are not copied etc.) 
but at least it does work now ;).

Steffen

-- 
Steffen Pingel - [EMAIL PROTECTED] - http://steffenpingel.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to