From 7c325c09b55c0dd180402dd3dab5172e9c5aba99 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-sdk/opendj-admin/pom.xml |    2 +-
 opendj-sdk/pom.xml              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opendj-admin/pom.xml b/opendj-sdk/opendj-admin/pom.xml
index c48a799..45e26d5 100644
--- a/opendj-sdk/opendj-admin/pom.xml
+++ b/opendj-sdk/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/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 8e657c5..8067c91 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/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