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

Remove dependency discovery, use the Maven standard dependency mecanism instead. #23

Closed cdelmas closed 8 years ago

cdelmas commented 9 years ago

This update fixes the compatibility problem you have with versions of Maven. It has been tested with Maven 3.0.5 and 3.3.3, with little changes in some versions in the poms. The removal forces the declaration of the server-* module as dependency for the plugin execution. You must add serverType too, corresponding to the module you declared (may be fixed by changing the ServerFactoryLocator). Hope this will help in any way.

buildhive commented 9 years ago

Brian Matthews » ldap-maven-plugin #67 FAILURE Looks like there's a problem with this pull request (what's this?)

cdelmas commented 9 years ago

By the way I apologize, I forgot the documentation in the request!

buildhive commented 9 years ago

Brian Matthews » ldap-maven-plugin #68 FAILURE Looks like there's a problem with this pull request (what's this?)

bmatthews68 commented 8 years ago

Resolved the issues with dynamic dependency resolution by reverting to legacy Maven 2 APIs.