Re: Invoking Maven Goals Prorammatically

2010-12-07 Thread Harshana Eranga Martin
Hi Antonio, On 7 December 2010 15:21, Antonio Petrelli wrote: > 2010/12/7 Harshana Eranga Martin : > > Hi All, > > > > I am trying to execute "clean" and "install" maven goals for a java > project > > from another java project by launching maven builder programmatically. I > > have came across Ma

Re: Invoking Maven Goals Prorammatically

2010-12-07 Thread Antonio Petrelli
2010/12/7 Harshana Eranga Martin : > Hi All, > > I am trying to execute "clean" and "install" maven goals for a java project > from another java project by launching maven builder programmatically. I > have came across Maven Invoker plugin. But I could not find any example code > used  to Invoke ma

Invoking Maven Goals Prorammatically

2010-12-07 Thread Harshana Eranga Martin
Hi All, I am trying to execute "clean" and "install" maven goals for a java project from another java project by launching maven builder programmatically. I have came across Maven Invoker plugin. But I could not find any example code used to Invoke maven goals from a java project. Can some one po