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
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
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 &