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

Mark Craig
08.29.2011 988b5eb2d8e2122810725cdd9d9c2dac7d773273
Fix OPENDJ-228: Push OpenDJ "plugin API" Javadoc to community site
2 files modified
14 ■■■■■ changed files
opendj-sdk/opends/pom.xml 10 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/site/site.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/pom.xml
@@ -106,20 +106,21 @@
            </configuration>
          </execution>
          <execution>
            <id>docgen</id>
            <id>generate-docs</id>
            <phase>pre-site</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <target>
              <ant target="javadoc" />
                <ant target="configguide" />
              </target>
            </configuration>
          </execution>
          <execution>
            <id>cp-docget</id>
            <phase>post-site</phase>
            <id>cp-generated-docs</id>
            <phase>site</phase>
            <goals>
              <goal>run</goal>
            </goals>
@@ -128,6 +129,9 @@
                <copy todir="build/site/configref">
                  <fileset dir="build/docgen/configuration_guide/" />
                </copy>
                <copy todir="build/site/javadoc">
                  <fileset dir="build/javadoc/" />
                </copy>
              </target>
            </configuration>
          </execution>
opendj-sdk/opends/src/site/site.xml
@@ -68,8 +68,8 @@
      <item name="Release Notes" href="../doc/release-notes/OpenDJ-Release-Notes.html" />
      <item name="Installation Guide" href="../doc/install-guide/OpenDJ-Install-Guide.html" />
      <item name="Administration Guide" href="../doc/admin-guide/OpenDJ-Admin-Guide.html" />
      <item name="Config Reference" href="./configref/index.html" alt="TODO" />
      <item name="Plugin Javadoc" href="../404.html" alt="TODO" />
      <item name="Config Reference" href="./configref/index.html" />
      <item name="Plugin Javadoc" href="./javadoc/index.html" />
    </menu>
    <menu name="OpenDJ Development">