Goal

The xsddoc subproject is a XML Schema documentation generator for W3C XML Schemas. This is a plugin for Apache Maven. The release number of the maven-plugin is alqays equal to the xsddoc.

Usage

All you have to do is to add a dependency tag a report tag to your project-xml file:

  <dependencies>
    ...
    <dependency>
      <groupId>xsddoc</groupId>
      <artifactId>maven-xsddoc-plugin</artifactId>
      <version>0.7</version>
      <type>plugin</type>
    </dependency>
  </dependencies>
  ...
  <reports>
    ...
    <report>maven-xsddoc-plugin</report>
  </reports>
       

For more information on the functionality provided by this plugin, please see the Goals document.

For more information on how to customise the functionality provided by this plugin, please see the properties document.

For more information on the functionality provided by xsddoc please see the xsddoc page.

Installing

To install or update the plugin do the following:

maven plugin:download -DgroupId=xframe -DartifactId=maven-xsddoc-plugin -Dversion=<version>