Re: Configuring a Mojo Programmatically

2006-11-27 Thread Brian Topping
Hi Brian, Thanks for the insight. The problem with doing something like this would be that the configuration for the sublaunched mojo would still be required separately in the POM, and I wouldn't be able to interrogate the mojo after execution for values that it created for itself. This i

RE: Configuring a Mojo Programmatically

2006-11-22 Thread Brian E. Fox
You can cause another goal to execute before your mojo. If you're creative enough, this might do what you want: @execute goal=resolve-plugins -Original Message- From: Brian Topping [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 5:29 PM To: Maven Developers List Subject: Co