| | |
| | | --> |
| | | <artifactItems> |
| | | <!-- For SDK docs --> |
| | | <!-- Not built at present, see OPENDJ-2229 |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-core</artifactId> |
| | |
| | | <outputDirectory>sdk-javadoc</outputDirectory> |
| | | <title>OpenDJ LDAP SDK Javadoc</title> |
| | | </artifactItem> |
| | | --> |
| | | <!-- For server docs --> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | |
| | | <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> |
| | |
| | | <outputDirectory>server-javadoc</outputDirectory> |
| | | <title>OpenDJ Directory Server Javadoc</title> |
| | | </artifactItem> |
| | | --> |
| | | </artifactItems> |
| | | </configuration> |
| | | <executions> |