Re: [m2]Execute target on child, but not parent?

2006-02-26 Thread John Tolentino
Hi Matt, Try to individually declare and configure the plugin only in the modules that needs it and don't declare it in your parent POM. Regards, John Matt McGill wrote: I have a multi-module project, and for various reasons only want to execute maven on the parent pom. However, I have a

[m2]Execute target on child, but not parent?

2006-02-24 Thread Matt McGill
I have a multi-module project, and for various reasons only want to execute maven on the parent pom. However, I have a plugin that only makes sense to configure/execute on some of the child modules. The plugin target I want to execute shouldn't really be attached to a phase in the build