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

---
 opendj-ldap-sdk-examples/pom.xml |   27 ---------------------------
 pom.xml                          |    4 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/opendj-ldap-sdk-examples/pom.xml b/opendj-ldap-sdk-examples/pom.xml
index 53cad9b..62a470e 100644
--- a/opendj-ldap-sdk-examples/pom.xml
+++ b/opendj-ldap-sdk-examples/pom.xml
@@ -73,33 +73,6 @@
       </plugin>
     </plugins>
   </build>
-  <profiles>
-    <profile>
-      <id>docs</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>examples</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                    <descriptor>src/main/assembly/examples.xml</descriptor>
-                  </descriptors>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
   <reporting>
     <plugins>
       <plugin>
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