From d928438fd1d461915babc0464c95fd98d531c4b2 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 30 Jul 2015 06:46:43 +0000
Subject: [PATCH] CR-7770 OPENDJ-2195 Move hand-written server docs

---
 opendj-server-legacy/pom.xml |   50 --------------------------------------------------
 1 files changed, 0 insertions(+), 50 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index b578193..24b0800 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1927,24 +1927,6 @@
                   </artifactItems>
                 </configuration>
               </execution>
-              <execution>
-                <id>unpack-doc-dependencies</id>
-                <phase>pre-site</phase>
-                <goals>
-                  <goal>unpack</goal>
-                </goals>
-                <configuration>
-                  <artifactItems>
-                    <artifactItem>
-                      <groupId>org.forgerock.opendj</groupId>
-                      <artifactId>opendj-server-legacy</artifactId>
-                      <version>${project.version}</version>
-                      <classifier>server-man-page-sources</classifier>
-                      <outputDirectory>${project.build.directory}/docbkx-sources/man-pages</outputDirectory>
-                    </artifactItem>
-                  </artifactItems>
-                </configuration>
-              </execution>
             </executions>
           </plugin>
 
@@ -2068,38 +2050,6 @@
               </execution>
             </executions>
           </plugin>
-
-          <plugin>
-            <groupId>org.forgerock.commons</groupId>
-            <artifactId>forgerock-doc-maven-plugin</artifactId>
-            <inherited>false</inherited>
-            <configuration>
-              <copyResourceFiles>true</copyResourceFiles>
-              <!-- Use conditional text to exclude local-db related elements in hand-written docs.
-              <exclusions>
-                <condition>local-db</condition>
-              </exclusions>
-              -->
-            </configuration>
-            <executions>
-              <execution>
-                <id>build-doc</id>
-                <phase>pre-site</phase>
-                <goals>
-                  <goal>process</goal>
-                  <goal>build</goal>
-                </goals>
-              </execution>
-              <execution>
-                <id>layout-doc</id>
-                <phase>site</phase>
-                <goals>
-                  <goal>site</goal>
-                  <goal>release</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>

--
Gitblit v1.10.0