| | |
| | | <inherited>false</inherited> |
| | | <executions> |
| | | <execution> |
| | | <id>unpack-sdk-man-pages</id> |
| | | <id>unpack-sdk-doc-prerequisites</id> |
| | | <phase>pre-site</phase> |
| | | <goals> |
| | | <goal>unpack</goal> |
| | |
| | | <artifactItems> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-ldap-sdk-examples</artifactId> |
| | | <version>${project.version}</version> |
| | | <classifier>examples</classifier> |
| | | <outputDirectory>${project.build.directory}/docbkx-sources</outputDirectory> |
| | | </artifactItem> |
| | | <artifactItem> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-ldap-toolkit</artifactId> |
| | | <version>${project.version}</version> |
| | | <classifier>man-pages</classifier> |
| | |
| | | <configuration> |
| | | <!-- JCite SDK Example code --> |
| | | <jCiteSourcePaths> |
| | | <jCiteSourcePath>${project.basedir}/opendj-ldap-sdk-examples/src/main/java</jCiteSourcePath> |
| | | <jCiteSourcePath>${project.build.directory}/docbkx-sources/resources</jCiteSourcePath> |
| | | </jCiteSourcePaths> |
| | | <copyResourceFiles>true</copyResourceFiles> |
| | | </configuration> |