SDoc Integration

Overview

This document specifies how the exported files are imported in a projectdoc supporting documentation project.

This is only one example of the integration of the exported documents. The XML documents may also be imported via project specific XSL transformations.

Using Projectdoc

Add the dependencies to all artifacts to be imported to the dependency section of the maven-projectdoc-plugin:

<dependency>
  <groupId>de.smartics.test</groupId>
  <artifactId>test-project</artifactId>
  <classifier>sdoc_appcode</classifier>
</dependency>