[m2e-users] Question

2017-01-10 Thread Eric Vergnaud
Hi, from an Eclipse plugin I’m writing, I need to invoke: mvn dependency:get and dependency:copy-dependencies. Rather than require an mvn binary install, I’m thinking of adding m2eclipse to my plugin dependencies, and perform the equivalent through direct calls to m2eclipse. I have no idea whet

Re: [m2e-users] Question

2017-01-10 Thread Eric Vergnaud
ip > > On Tue, Jan 10, 2017 at 7:41 AM, Eric Vergnaud <mailto:eric.vergn...@wanadoo.fr>> wrote: > Hi, > > from an Eclipse plugin I’m writing, I need to invoke: mvn dependency:get and > dependency:copy-dependencies. > Rather than require an mvn binary install, I’m t

Re: [m2e-users] Question

2017-01-17 Thread Eric Vergnaud
t; > <https://github.com/sandipchitale/m2e-phasesandgoals/tree/master/org.eclipse.m2e.core.ui.phasesandgoals/src/org/eclipse/m2e/core/ui/internal/handlers> > > I use some APIs exposed by m2e. > > Cheers, > Sandip > > > On Tue, Jan 10, 2017 at 8:46 AM, Eric Vergnaud &