From f9a9420f3e2bbc965b0c0dd43c0619280bf92089 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 28 May 2015 11:03:20 +0000
Subject: [PATCH] CR-7085 OPENDJ-2003 Fix SDK dev guide links to sample code
---
pom.xml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 737261b..2546aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<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>
@@ -177,6 +177,13 @@
<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>
@@ -195,7 +202,7 @@
<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>
--
Gitblit v1.10.0