From 9e65526cdb73f5add37363db9c69331003d484e3 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 29 May 2015 15:35:45 +0000
Subject: [PATCH] OPENDJ-2003 Fix SDK dev guide links to sample code
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2546aab..ed37695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,8 +179,8 @@
<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>
+ <classifier>sources</classifier>
+ <outputDirectory>${project.build.directory}/docbkx-sources/resources</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.forgerock.opendj</groupId>
--
Gitblit v1.10.0