From 61938176444abcda5eabd268a65e91f5c5b19fbb Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 29 May 2015 15:53:23 +0000
Subject: [PATCH] CR-7098 OPENDJ-2009 Result codes in logs should be explained
---
pom.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index ed37695..3b069a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,26 @@
</plugin>
<plugin>
+ <groupId>org.forgerock.opendj</groupId>
+ <artifactId>opendj-doc-maven-plugin</artifactId>
+ <version>${project.version}</version>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <id>generate-result-code-doc</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>generate-result-code-doc</goal>
+ </goals>
+ <configuration>
+ <resultCodeSource>opendj-core/src/main/java/org/forgerock/opendj/ldap/ResultCode.java</resultCodeSource>
+ <xmlFile>${project.build.directory}/docbkx-sources/dev-guide/appendix-ldap-result-codes.xml</xmlFile>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-doc-maven-plugin</artifactId>
<inherited>false</inherited>
--
Gitblit v1.10.0