For someone not involved in the release, trunk doesn't build right now since it relies on unpublished non-snapshot artifacts for shared and daemon. What's the plan here? This can be fixed by waiting until the non-snapshot artifacts are available or by updating the dependencies to the next snapshot versions. thanks david jencks Here's the patch to move to snapshot versions, for apacheds/pom.xml in the "trunk-with-dependencies" checkout: Index: pom.xml =================================================================== --- pom.xml (revision 572006) +++ pom.xml (working copy) @@ -39,25 +39,25 @@ org.apache.directory.shared shared-asn1-codec - 0.9.7 + 0.9.8-SNAPSHOT org.apache.directory.shared shared-ldap - 0.9.7 + 0.9.8-SNAPSHOT org.apache.directory.shared shared-ldap-constants - 0.9.7 + 0.9.8-SNAPSHOT org.apache.directory.daemon daemon-bootstrappers - 1.1.1 + 1.1.2-SNAPSHOT