From e63111a01d736eded8a5910a1d72f632b32e1fb8 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 10 Jan 2014 18:20:19 +0000
Subject: [PATCH] Port example plugin in order to validate config code generation. It is not building at the moment because the xml maven plugin validator is failing to find the XML schema catalog.

---
 opendj-config/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index 0e79bfe..688320b 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -189,7 +189,8 @@
               <goal>generate</goal>
             </goals>
             <configuration>
-              <packageName>org.forgerock.opendj.server.config</packageName>   
+              <packageName>org.forgerock.opendj.server.config</packageName>
+              <isExtension>false</isExtension>
             </configuration>
           </execution>
         </executions>

--
Gitblit v1.10.0