bmatthews68 / ldap-maven-plugin

A Maven plugin that runs an embedded LDAP directory server within the Maven build life-cycle and imports/exports data to/from an LDAP directory server.
http://ldap-maven-plugin.btmatthews.com
Apache License 2.0
6 stars 18 forks source link

OpenDJ not available from Maven Central #14

Closed ghost closed 8 years ago

ghost commented 10 years ago

http://search.maven.org/#search|ga|1|g%3A%22org.forgerock.opendj%22

This causes the build to fail from a fresh clone. Is there another repository that could be used for this dependency? Or could it be moved into a non-default profile?

bmatthews68 commented 10 years ago

Hi Keith,

I've set up a proxy to the Forgerock release repository on the Nexus repository server in my development environment. I would recommend that approach if it is an option for you. Otherwise, you will have to add a to the parent POM.

The details for the Forgerock release repository are:

<repository>
  <id>maven.forgerock.org</id>
  <name>maven.forgerock.org-releases</name>
  <url>http://maven.forgerock.org/repo/releases</url>
</repository>

Regards, Brian

bmatthews68 commented 8 years ago

Added note to README.md