Re: Configuring a Mojo Programmatically

2006-11-27 Thread Brian Topping
From: Brian Topping [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 5:29 PM To: Maven Developers List Subject: Configuring a Mojo Programmatically I have two mojos in two different plugins, and I would like to use them together, one calling the other one to get some work done. Let

RE: Configuring a Mojo Programmatically

2006-11-22 Thread Brian E. Fox
bject: Configuring a Mojo Programmatically I have two mojos in two different plugins, and I would like to use them together, one calling the other one to get some work done. Let's call them "parent" and "child". The parent mojo needs to instantiate the child, and

Configuring a Mojo Programmatically

2006-11-22 Thread Brian Topping
I have two mojos in two different plugins, and I would like to use them together, one calling the other one to get some work done. Let's call them "parent" and "child". The parent mojo needs to instantiate the child, and if the child has dependencies, should be able to have those properly