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.
| | |
| | | <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 --> |
| | |
| | | <!--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> |