CR-7464 OPENDJ-2187 Add server Javadoc to OpenDJ site
This patch works for me with Java 7 and the following command:
MAVEN_OPTS="-Xmx4g -XX:MaxPermSize=512m -Djava.awt.headless=true" mvn
-Pman-pages,docs -DskipTests=true clean install site
| | |
| | | </plugins> |
| | | </build> |
| | | |
| | | <reporting> |
| | | <plugins> |
| | | <!-- No javadoc generation for the server --> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <configuration> |
| | | <skip>true</skip> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </reporting> |
| | | |
| | | <profiles> |
| | | <!-- |
| | | Profile to run precommit tasks: checkstyle, copyright (TODO), SVN eol check (TODO), |
| | |
| | | <item name="Server Dev Guide" href="./doc/bootstrap/server-dev-guide/index.html" /> |
| | | <item name="Reference" href="./doc/bootstrap/reference/index.html" /> |
| | | <item name="Config Reference" href="./configref/index.html" /> |
| | | <item name="Plugin Javadoc" href="./javadoc/index.html" /> |
| | | <item name="Plugin Javadoc" href="./apidocs/index.html" /> |
| | | </menu> |
| | | |
| | | <menu name="OpenDJ Development"> |
| | |
| | | <dd><a href="./configref/index.html">HTML</a></dd> |
| | | |
| | | <dt>Server Plugin API Specification</dt> |
| | | <dd><a href="./javadoc/index.html">HTML</a></dd> |
| | | <dd><a href="./apidocs/index.html">HTML</a></dd> |
| | | |
| | | <dt>LDAP Client API Specification</dt> |
| | | <dd><a href="../opendj-core/apidocs/index.html">HTML</a></dd> |
| | |
| | | <item name="Server Dev Guide" href="./opendj-server-legacy/doc/bootstrap/server-dev-guide/index.html" /> |
| | | <item name="Reference" href="./opendj-server-legacy/doc/bootstrap/reference/index.html" /> |
| | | <item name="Config Reference" href="./opendj-server-legacy/configref/index.html" /> |
| | | <item name="Plugin Javadoc" href="./opendj-server-legacy/javadoc/index.html" /> |
| | | <item name="Plugin Javadoc" href="./opendj-server-legacy/apidocs/index.html" /> |
| | | <item name="SDK Release Notes" href="./doc/bootstrap/sdk-release-notes/index.html" /> |
| | | <item name="SDK Developer Guide" href="./doc/bootstrap/dev-guide/index.html" /> |
| | | <item name="SDK Javadoc" href="./opendj-core/apidocs/index.html" /> |
| | |
| | | <dd><a href="./opendj-server-legacy/configref/index.html">HTML</a></dd> |
| | | |
| | | <dt>Server Plugin API Specification</dt> |
| | | <dd><a href="./opendj-server-legacy/javadoc/index.html">HTML</a></dd> |
| | | <dd><a href="./opendj-server-legacy/apidocs/index.html">HTML</a></dd> |
| | | |
| | | <dt>SDK Developer Guide</dt> |
| | | <dd> |