From 22fab4b5355cb307f2a4769a348c6f714214d400 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 30 Dec 2013 21:48:41 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework

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

diff --git a/opendj-admin/pom.xml b/opendj-admin/pom.xml
index c48a799..45e26d5 100644
--- a/opendj-admin/pom.xml
+++ b/opendj-admin/pom.xml
@@ -92,7 +92,7 @@
           <!-- Add generated source directories to build -->
           <execution>
             <id>add-source</id>
-            <phase>generate-sources</phase>
+            <phase>process-sources</phase>
             <goals>
               <goal>add-source</goal>
             </goals>
diff --git a/pom.xml b/pom.xml
index 8e657c5..8067c91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <module>opendj-config-maven-plugin</module>
     <module>opendj-core</module>
     <module>opendj-grizzly</module>
-    <!--module>opendj-admin</module-->
+    <module>opendj-admin</module>
     <module>opendj-ldap-sdk</module>
     <module>opendj-ldap-toolkit</module>
     <module>opendj-ldap-sdk-examples</module>

--
Gitblit v1.10.0