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

Nicolas Capponi
30.20.2013 348d8980a6317cc0c4192c8b8d00bc796bbd76b2
Checkpoint commit for OPENDJ-1235 : Migrate configuration framework

Remove again opendj-admin module from opendj pom.xml due to compilation error
in Jenkins

* Root cause : buildnumber-maven-plugin that should generate-buildnumber is returning
null instead
"buildnumber-maven-plugin:1.2:create (generate-buildnumber) @ opendj-admin
[INFO] Storing buildNumber: null at timestamp: 1388441225050"

1 files modified
2 ■■■ changed files
opendj-sdk/pom.xml 2 ●●● patch | view | raw | blame | history
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>