Re: Invoke another Maven

2015-02-23 Thread sandro agboka
am using > exec-maven-plugin:exec to invoke another maven instance. The problem is > the new instance knows nothing about the command line arguments available > at the main Maven > > Thoughts? > > -D > > On Sun, Feb 22, 2015 at 1:15 AM, Baptiste Mathus wrote: >

Re: Invoke another Maven

2015-02-22 Thread Dan Tran
Not sure if that plugin works for me ( will try ) where I am using exec-maven-plugin:exec to invoke another maven instance. The problem is the new instance knows nothing about the command line arguments available at the main Maven Thoughts? -D On Sun, Feb 22, 2015 at 1:15 AM, Baptiste Mathus

Re: Invoke another Maven

2015-02-22 Thread Baptiste Mathus
Hi Dan, We're using https://github.com/TimMoore/mojo-executor for that and it's quite doing the job. HTH Cheers Le 21 févr. 2015 21:43, "Dan Tran" a écrit : > I have a need my maven to exec another maven build, but also inherit > original argument as well ( ex pickup -s option ) > > possible?

Invoke another Maven

2015-02-21 Thread Dan Tran
I have a need my maven to exec another maven build, but also inherit original argument as well ( ex pickup -s option ) possible? maven-invoker-plugin seems to have the right ingredient, but it is more at the testing side Very much appreciate any advice -Dan