Hi all, The default google page when you search for maven-jxr-plugin is http://maven.apache.org/plugins/maven-jxr-plugin/ which is version 2.3 rather than the up-to-date http://maven.apache.org/jxr/maven-jxr-plugin/
This confused me for a while and probably will other users. Is there any chance that a redirect could be added for the out-of-date page (or it being replaced/removed)? /James > -----Original Message----- > From: Michael Osipov [mailto:[email protected]] > Sent: 20 December 2013 12:44 > To: [email protected]; [email protected] > Cc: Maven Developers List > Subject: [ANN] Apache Maven JXR 2.4 released > > The Apache Maven team is pleased to announce the release of the Apache > Maven JXR, version 2.4 > > This module generates browsable HTML pages from Java source code. > > http://maven.apache.org/jxr/ > > You should specify the version in your project's plugin configuration: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jxr-plugin</artifactId> > <version>2.4</version> > </plugin> > > Release Notes - Maven JXR - Version 2.4 > > ** Bug > * [JXR-63] - Bottom line in jxr report does not correspond to Javadoc > style > * [JXR-85] - JXR generates files with inconsistent line ending style > * [JXR-93] - aggregate goal creates blank top-level report > * [JXR-96] - [PATCH] JXR Comment handling has several shortcomings > * [JXR-103] - All DTD XHTML 1.0 Transitional references are incorrect > > > > ** Improvement > * [JXR-61] - Include bottom text in all pages > * [JXR-87] - Change line number anchor name pattern > * [JXR-99] - Improve linguistic style of bottom > * [JXR-104] - Remove NOTICE footer/bottom altogether because no > other writes this one too > * [JXR-106] - Remove Maven 1.x from docs > > > > ** Task > * [JXR-94] - use the maven-plugins pom as the parent of the > maven-jxr-plugin > > Enjoy, > > -The Apache 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]
