Add the following dependency to your Maven project descriptor. If there is a newer version of xsddoc available that you want to use, simply change the version number in the nested version tag.
<dependency> <groupId>xsddoc</groupId> <artifactId>maven-xsddoc-plugin</artifactId> <version>1.0</version> </dependency>
Add the following report tag to your reports list:
<report>maven-xsddoc-plugin</report>
If needed, add some of the
xsddoc properties to your
project.properties
file.