RE: Enforcer PluginVersionsDefined

2007-08-15 Thread Brian E. Fox
Developers List Subject: Re: Enforcer PluginVersionsDefined One thing to note is that the build plan will be constructed _prior_ to any mojos executing, so modding that build plan implies you're also getting in there ahead of the first mojo's execution...otherwise, you don't have

Re: Enforcer PluginVersionsDefined

2007-08-15 Thread John Casey
One thing to note is that the build plan will be constructed _prior_ to any mojos executing, so modding that build plan implies you're also getting in there ahead of the first mojo's execution...otherwise, you don't have complete access to modify the plan. This takes us out of the realm of

RE: Enforcer PluginVersionsDefined

2007-08-15 Thread Brian E. Fox
eir dependencies are resolved. Currently it is just finding the ones in the pom. Either way, I'm glad it seems to be working for you. --Brian -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 2:48 AM To: Maven Developers L

Re: Enforcer PluginVersionsDefined

2007-08-14 Thread Jason van Zyl
Just looking at that enforcer again, that's crazy that you need all those components in there to do again what Maven just already did internally. You have to, and I'm not faulting you. You probably learned more about the internals then you wanted to. We can't do anything in 2.0.x but this c