Deeply sorry for the noise - this is Apache Shiro using apache:apache:7 as the parent - I really thought I had verified it's using 2.1 site plugin but alas, it declares 2.0.1. Overrode to 2.1 and all is good.
Kalle On Fri, May 21, 2010 at 12:06 AM, Lukas Theussl <[email protected]> wrote: > > Are you sure you are using site-plugin-2.1? This should already be pulling > in doxia-1.1. Also the line number 791 doesn't exist in XhtmlSink in > doxia-1.1... it looks like you have an old doxia being mixed in by something > else. If you can't track it, please attach a complete test project with > error logs at http://jira.codehaus.org/browse/DOXIA. > > Thanks, > -Lukas > > > Kalle Korhonen wrote: >> >> Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting: >> [INFO] Trace >> java.lang.ArrayIndexOutOfBoundsException: 1 >> at >> org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791) >> which seems to be caused by: >> http://jira.codehaus.org/browse/DOXIA-215 >> >> Assuming the problem is that the site plugin uses an older version of >> doxia, is there a way to configure it use doxia 1.1 or is a new >> release of the site plugin required? >> >> Kalle >> >> >> On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy<[email protected]> wrote: >>> >>> Hi, >>> >>> The Maven team is pleased to announce the release of the Maven 2.x >>> Project Info Reports Plugin, version 2.2 >>> NOTE : this version is site plugin 2.1+ required. >>> >>> http://maven.apache.org/plugins/maven-project-info-reports-plugin/ >>> >>> You should specify the version in your project's plugin configuration: >>> >>> <plugin> >>> <groupId>org.apache.maven.plugins</groupId> >>> <artifactId>maven-project-info-reports-plugin</artifactId> >>> <version>2.2</version> >>> </plugin> >>> >>> Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2 >>> >>> Bug : >>> >>> * [MPIR-150] - the dependency report ignores mirrors >>> * [MPIR-159] - ZipException during "mvn clean compile site" >>> * [MPIR-172] - Be sure that anchor are unique >>> * [MPIR-174] - remove use of container.getLoggerManager() (to be >>> compatible wih maven 3.x) >>> * [MPIR-179] - "Dependency File Details" and "Dependency Repository >>> Locations" tables have a border when rendered with maven-site-plugin >>> 2.1 >>> >>> Improvement >>> >>> * [MPIR-137] - Dependency Locations should work with an intranet >>> repository and restricted internet access >>> * [MPIR-186] - Update location for Subversion Home page >>> * [MPIR-189] - Allow configuration of mailing list header text. >>> >>> New Feature >>> >>> * [MPIR-170] - Create a module overview page ala m1 >>> >>> Task >>> >>> * [MPIR-101] - Update to Doxia 1.1 >>> * [MPIR-173] - Review the Doxia Sink calls >>> >>> Enjoy, >>> >>> -- >>> The Maven team >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
