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

Nicolas Capponi
26.50.2013 78eb5fe25552daf2ad33bbe98ce5ecb97b071a18
Checkpoint commit for OPENDJ-1235 : Migrate configuration framework

Add opendj-admin module in opendj pom.xml

Module opendj-admin has now all test running without server start
and all checkstyle errors fixed. It can be built with other modules.
2 files modified
5 ■■■■■ changed files
opendj-sdk/opendj-admin/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj-admin/pom.xml
@@ -20,9 +20,9 @@
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-admin</artifactId>
  <name>OpenDJ Administration API</name>
  <name>OpenDJ Configuration API</name>
  <description>
    This module includes Administration APIs for implementing LDAP Directory
    This module includes Configuration APIs for implementing LDAP Directory
    client and server applications.
  </description>
  <!-- Change to bundle when/if we have a need -->
opendj-sdk/pom.xml
@@ -92,6 +92,7 @@
    <!--module>opendj-admin</module-->
    <module>opendj-core</module>
    <module>opendj-grizzly</module>
    <module>opendj-admin</module>
    <module>opendj-ldap-sdk</module>
    <module>opendj-ldap-toolkit</module>
    <module>opendj-ldap-sdk-examples</module>