mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
01.08.2015 89872014128558ab6fbc69d727ce1da0bad42157
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
5 files modified
21 ■■■■ changed files
opendj-sdk/opendj-server-legacy/pom.xml 13 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/site/site.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/site/xdoc/docs.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/src/site/site.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/src/site/xdoc/docs.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/pom.xml
@@ -1173,19 +1173,6 @@
    </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),
opendj-sdk/opendj-server-legacy/src/site/site.xml
@@ -78,7 +78,7 @@
      <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">
opendj-sdk/opendj-server-legacy/src/site/xdoc/docs.xml
@@ -84,7 +84,7 @@
    <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>
opendj-sdk/src/site/site.xml
@@ -89,7 +89,7 @@
   <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" />
opendj-sdk/src/site/xdoc/docs.xml
@@ -72,7 +72,7 @@
    <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>