Closed cdelmas closed 8 years ago
Brian Matthews » ldap-maven-plugin #67 FAILURE Looks like there's a problem with this pull request (what's this?)
By the way I apologize, I forgot the documentation in the request!
Brian Matthews » ldap-maven-plugin #68 FAILURE Looks like there's a problem with this pull request (what's this?)
Resolved the issues with dynamic dependency resolution by reverting to legacy Maven 2 APIs.
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.