Hi Emmanuel,
that didin't work either. It failed the building of the LDAP API itself, with these errors [WARNING] The POM for org.apache.mina:mina-core:jar:2.1.2-SNAPSHOT is missing, no dependency information available Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/mina/mina-core/2.1.2-SNAPSHOT/mina-core-2.1.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Directory LDAP API .......................... SUCCESS [ 19.124 s] [INFO] Apache Directory LDAP API I18n ..................... SUCCESS [ 2.659 s] [INFO] Apache Directory LDAP API Utilities ................ SUCCESS [ 2.488 s] [INFO] Apache Directory API ASN.1 Parent .................. SUCCESS [ 0.151 s] [INFO] Apache Directory API ASN.1 API ..................... SUCCESS [ 1.182 s] [INFO] Apache Directory API ASN.1 BER ..................... SUCCESS [ 1.913 s] [INFO] Apache Directory LDAP API Parent ................... SUCCESS [ 0.142 s] [INFO] Apache Directory LDAP API Model .................... FAILURE [ 2.460 s] [INFO] Apache Directory LDAP API Codec Parent ............. SKIPPED [INFO] Apache Directory LDAP API Codec Core ............... SKIPPED ... [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.336 s [INFO] Finished at: 2019-04-18T21:30:58-03:00 [INFO] Final Memory: 51M/558M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project api-ldap-model: Could not resolve dependencies for project org.apache.directory.api:api-ldap-model:bundle:2.0.0.AM3-SNAPSHOT: Could not find artifact org.apache.mina:mina-core:jar:2.1.2-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1] Regards, LC Ah, sorry, you also need to build the LDAP API before building the server: $ git clone https://gitbox.apache.org/repos/asf/directory-ldap-api.git $ cd directory-ldap-api $ mvn clean install -DskipTests
