Andrew Wiley wrote: >> >> Where would I find the artifact for ldap-client-api? It's not in the Maven > repository, and apacheds-server-integ depends on it.
Damn, the server-integ pom contains a snapshot dependency.
<dependency>
<groupId>org.apache.directory.client.ldap</groupId>
<artifactId>ldap-client-api</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
The release plugin should prevent us from doing that...
Stefan
