On 11 September 2015 at 10:05, Jason van Zyl <[email protected]> wrote:
> I’m not sure if you know this already but you can click on a binary > dependency in M2Eclipse and turn that binary project into a source project > so that you can work on it. If you wanted to do it for all dependencies I’m > sure we can figure that out but is that what you really want? This is exactly what I want to do. For an existing dependency in a pom: * check out the depedency (from the dependency pom's SCM section * bump the checkout to a snapshot * update the current project to the new dependency version * create an aggregator project that links these together I've got all that working by hacking on scm:checkout The last step is hooking into M2Eclipse so I dont need to do this on the command line. If you are saying this already exists in M2Eclipse can you point me to it please?
_______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
