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

Mark Craig
30.52.2015 c3d1e3a6ac5df9d15d6b689eb10a27787b6e0efd
OPENDJ-2195 Get Javadoc artifacts for build

In fact OPENDJ-2229 was not an issue, so the artifacts are available.
1 files modified
4 ■■■■ changed files
docs/pom.xml 4 ●●●● patch | view | raw | blame | history
docs/pom.xml
@@ -201,7 +201,6 @@
         -->
         <artifactItems>
           <!-- For SDK docs -->
<!-- Not built at present, see OPENDJ-2229
           <artifactItem>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-core</artifactId>
@@ -210,7 +209,6 @@
             <outputDirectory>sdk-javadoc</outputDirectory>
             <title>OpenDJ LDAP SDK Javadoc</title>
           </artifactItem>
-->
           <!-- For server docs -->
           <artifactItem>
             <groupId>org.forgerock.opendj</groupId>
@@ -220,7 +218,6 @@
             <outputDirectory>configref</outputDirectory>
             <title>OpenDJ Configuration Reference</title>
           </artifactItem>
<!-- Not built at present, see OPENDJ-2229
           <artifactItem>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-server-legacy</artifactId>
@@ -229,7 +226,6 @@
             <outputDirectory>server-javadoc</outputDirectory>
             <title>OpenDJ Directory Server Javadoc</title>
           </artifactItem>
-->
         </artifactItems>
        </configuration>
        <executions>