Hi, How did you configure the site plugin version in your pom ?
2010/5/20 Kalle Korhonen <[email protected]>: > 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] > > -- Olivier http://twitter.com/olamy http://fr.linkedin.com/in/olamy http://www.viadeo.com/fr/profile/olivier.lamy7 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
