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 <[email protected]> wrote: > 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" <[email protected]> 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? maven-invoker-plugin seems to have the right ingredient, but > it > > is more at the testing side > > > > Very much appreciate any advice > > > > -Dan > > >
