From 748a9ace00265897e14a024612a4b1d8317490c8 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 22 Jan 2015 13:37:38 +0000
Subject: [PATCH] CR-5834 OPENDJ-1747 Test latest doc build plugin

---
 opends/pom.xml |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/opends/pom.xml b/opends/pom.xml
index 0dad09a..8ecf84d 100644
--- a/opends/pom.xml
+++ b/opends/pom.xml
@@ -99,7 +99,7 @@
     <docPreviousVersion>2.6.0</docPreviousVersion>
     <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
 
-    <frDocPluginVersion>2.1.5</frDocPluginVersion>
+    <frDocPluginVersion>3.0.0-SNAPSHOT</frDocPluginVersion>
     <gaId>UA-23412190-8</gaId>
 
     <!--
@@ -197,30 +197,15 @@
         <configuration>
          <projectName>OpenDJ</projectName>
          <projectVersion>${docTargetVersion}</projectVersion>
-         <latestJson>http://docs.forgerock.org/latest.json</latestJson>
+         <releaseVersion>${docTargetVersion}</releaseVersion>
          <googleAnalyticsId>${gaId}</googleAnalyticsId>
-         <docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
         </configuration>
         <executions>
           <execution>
-            <id>copy-common</id>
+            <id>pre-process-doc</id>
             <phase>pre-site</phase>
             <goals>
-              <goal>boilerplate</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>filter-sources</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>filter</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>prepare-sources</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>prepare</goal>
+              <goal>process</goal>
             </goals>
           </execution>
           <execution>
@@ -234,7 +219,14 @@
             <id>layout-doc</id>
             <phase>site</phase>
             <goals>
-              <goal>layout</goal>
+              <goal>site</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>layout-release</id>
+            <phase>site</phase>
+            <goals>
+              <goal>release</goal>
             </goals>
           </execution>
         </executions>

--
Gitblit v1.10.0