Hi Howard, If you are talking about the org.apache.maven.reporting:maven-reporting-api artifact. It is up on central from version 2.0 to 2.0.8 with POM, sources and javadocs. [1]
In the org.apache.maven.reporting:maven-reporting-impl I see an AbstractMavenMultiPageReport, but I doubt it works correctly [2]. In that thread there is also a solution to start with xdoc documents. In Maven 2.0.5 there is a bug closed (won't fix) regarding the AbstractMavenMultiPageReport [3], because it has been deleted. There are also a few pointers to how it should work. I don't have any experience with it, but I hope this will help you a bit. With regards, Nick Stolwijk [1] http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/ [2] http://archives.devshed.com/forums/java-118/multi-page-reports-1632428.html [3] http://jira.codehaus.org/browse/MNG-2056 -----Original Message----- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Tue 1/29/2008 12:23 AM To: Maven Users List Subject: Maven Report --- more than one output document? I would like to create a Maven Report that generates a set of documents. I've succeeded in the past with a Maven Report that generates a single document. However, that document is getting very large. I would like to split this document (it is a Tapestry component report) into one document per class, and add a kind of index to the individual pages. Further, I would like the index to be integrated into the site menu. It's very hard to work with the Maven report apis, since The Cobbler's Children Have No Shoes: The JARs are not packaged with source, The correct version numbers and dependencies are anyone's guess, and JavaDoc links are missing or broken. Is there a pointer to a similar report I can work from? Thanks! -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
