From 8d8458056db7331f50ae45e1342fff53e1e9d8ef Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 11 Mar 2016 11:36:52 +0000
Subject: [PATCH] Code cleanup in pom files
---
opendj-sdk/opendj-sdk-parent/pom.xml | 11 -----------
opendj-sdk/pom.xml | 7 +++++++
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/opendj-sdk/opendj-sdk-parent/pom.xml b/opendj-sdk/opendj-sdk-parent/pom.xml
index 27b63c9..e77ffd2 100644
--- a/opendj-sdk/opendj-sdk-parent/pom.xml
+++ b/opendj-sdk/opendj-sdk-parent/pom.xml
@@ -33,17 +33,6 @@
This group module provides a complete LDAP SDK for developing LDAP Directory client and server applications.
</description>
-
- <modules>
- <module>../opendj-doc-maven-plugin</module>
- <module>../opendj-core</module>
- <module>../opendj-grizzly</module>
- <module>../opendj-cli</module>
- <module>../opendj-ldap-toolkit</module>
- <module>../opendj-ldap-sdk-examples</module>
- <module>../opendj-rest2ldap</module>
- </modules>
-
<properties>
<forgerock-build-tools.version>1.0.2</forgerock-build-tools.version>
<forgerock-doc-plugin.version>3.1.0</forgerock-doc-plugin.version>
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index d9bef60..544695c 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -135,6 +135,13 @@
<modules>
<module>opendj-sdk-parent</module>
+ <module>opendj-doc-maven-plugin</module>
+ <module>opendj-core</module>
+ <module>opendj-grizzly</module>
+ <module>opendj-cli</module>
+ <module>opendj-ldap-toolkit</module>
+ <module>opendj-ldap-sdk-examples</module>
+ <module>opendj-rest2ldap</module>
</modules>
<properties>
--
Gitblit v1.10.0