From 2319f20cd758fb7ee8d315e2119c75ae75eecb96 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 27 Mar 2015 09:29:09 +0000
Subject: [PATCH] CR-6445 OPENDJ-1861 List of supported locales is out of sync

---
 opendj-server-legacy/pom.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index f98bf65..2581f37 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -358,8 +358,6 @@
         </executions>
       </plugin>
 
-
-
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
         <executions>
@@ -1134,7 +1132,22 @@
         </executions>
       </plugin>
 
-      <!-- Generate documentation (guide) -->
+      <!-- Generate documentation -->
+      <plugin>
+        <groupId>org.forgerock.opendj</groupId>
+        <artifactId>opendj-doc-plugin</artifactId>
+        <version>${project.version}</version>
+        <executions>
+          <execution>
+            <id>generate-schema-reference-doc</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>generate-schema-ref</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
       <plugin>
         <groupId>org.forgerock.commons</groupId>
         <artifactId>forgerock-doc-maven-plugin</artifactId>

--
Gitblit v1.10.0