The maven team is pleased to announce the Maven XDoc Plug-in 1.7 release!

http://maven.apache.org/reference/plugins/xdoc/

Convert xdocs into HTML. Requires Maven 1.0 RC2.

Changes in this version include:

  New Features:

o Items in navigation.xml and reports can define a target attribute. Items in
  links can use an img attribute to create an icon. New CSS class named
  "externalLink" used for links with an url beginning with 'http://'. New CSS
  class named "newWindow" used for links with target='_blank'. Issue:
  MPXDOC-97. Thanks to Fabrizio Giustina, Harald Ommang .
o Add a "classic" theme CSS
o Added new download report along with a new link in the Maven generated
  documentation. This new link will only appear if you have defined the new
  maven.xdoc.distributionUrlproperty. There is also a new
  maven.xdoc.distributionTypeproperty that indicates what type of artifact
  your project is delivering. It defaults to "jar".
o The xdoc plugin now supports generating custom reports using Jelly. It was
  previously only supporting Velocity. Simply name your report templates with
  a ".jelly" extension.

  Fixed bugs:

o Exclude .fml files from copy to target directory
o Allow reports to be generated even if they aren't linked from the "project
  reports" section by giving an empty link attribute to the register report
  tag. Issue: MPXDOC-98. Thanks to fabrizio giustina.
o Only show "CVS Access Behind a Firewall" section if using CVS. Issue:
  MPXDOC-90. Thanks to Corey Tripp.
o wrong lists generated for not expandable menu items. Some changes in patch
  were already put in place by brett. Issue: MPXDOC-96. Thanks to fabrizio
  giustina.
o Fix issues with DOM classes and jdk1.3
o jslToSite fix, escapeNameTokens improvement Issue: MPXDOC-95. Thanks to
  fabrizio giustina.
o make anchor tags not wrap text, but sit in front of it Issue: MPXDOC-63.
o indent nested menus in navigation Issue: MPXDOC-78. Thanks to Chad McHenry.
o remove changes-report.xml which was generating over the top of the actual
  report. This information already exists in the changes plugin
  documentation.
o fix processing of a href links Issue: MPXDOC-82.
o fix URI problems Issue: MPXDOC-84.
o html tags not passed through for source and pre tags Issue: MPXDOC-89.

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -DgroupId=maven
  -DartifactId=maven-xdoc-plugin
  -Dversion=1.7

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.7.jar


Have fun!
-The maven team


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

Reply via email to