mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
11.36.2016 8d8458056db7331f50ae45e1342fff53e1e9d8ef
Code cleanup in pom files

Do not meld reactor pom (opendj-sdk-bom) which should be used to declare
module to be build and parent pom.
The only effective difference introduced by this change in the build
process is that the following command:
`cd opendj-sdk-parent && mvn clean install`
will only build opendj-sdk-parent module instead of all opendj-sdk
modules before.
Thanks to Guillaume for the tip.
2 files modified
18 ■■■■■ changed files
opendj-sdk/opendj-sdk-parent/pom.xml 11 ●●●●● patch | view | raw | blame | history
opendj-sdk/pom.xml 7 ●●●●● patch | view | raw | blame | history
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>
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>