We are pleased to announce the SDocBook Plug-in 1.4 release! 

http://maven-plugins.sourceforge.net

A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL 
stylesheets to process DocBook XML sources into different output formats. 

===============================================================================

Changes in this version include:

  New Features:

o Added properties maven.sdocbook.html.xsl and maven.sdocbook.fo.xsl. 
o Allow using new stylesheet versions as dependencies in POM. 
o Added documentation to use custom stylesheets. 
o The docbook DTDs are huge and take time to resolve externally. Added the 
  EntityResolver from xml-commons and added properties to be able to use it. 
o Added the xalan25 extensions jar from stylesheet distribution to be able to 
  use the stylesheet extensions. 
o Added possibility to set the stylesheet params. 
o Added copying of external resources like images, which the target output 
  references externally (e.g. a HTML output which includes a IMG tag). 

  Fixed bugs:

o Fail on transformation errors. 

  Changes:

o Update of documentation to include description of the new properties, how 
  to set stylesheet parameters, how to update to use newer stylesheets etc.  

===============================================================================


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

maven plugin:download
  -Dmaven.repo.remote=file:/usr/share/maven/repository
  -DgroupId=maven-plugins
  -DartifactId=maven-sdocbook-plugin
  -Dversion=1.4

For a manual installation, you can download the plugin here:
file:/usr/share/maven/repository/maven-plugins/plugins/maven-sdocbook-plugin-1.4.jar


===============================================================================

Issues, bugs, and feature requests for SDocBook Plug-in
should be submitted to the following issue tracking system:

http://sourceforge.net/tracker/?group_id=61626


Have fun!
-The SDocBook Plug-in development team
