Hi Igor, it works: I was able to satisfy the httpclient dependency with an artifact coming from the local repository, following the example from the integration test.
However: Now I have to "declare" all of my *own* plugins in the dependencyManagement section in order to build a plugin X, install/deploy X into the local/group repository, so that I can have the dependency of another plugin Y onto X get resolved from the repository. Having to add dependencies into the dependencyManagement section would be OK for 3rd party plugins, as I want to have this single point of control over all versions, but for my internal plugins, this would not be practical. Besides, having those dependencies in the dependencyManagement after I wipe out my local repository gives me errors, because Maven/Tycho tries to download them from the group repository, where they don't exist either. So, if there's a way to automatically derive the Maven coordinate from a plugin reference, that would solve the problem :-) Thanks! -Max --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email