On Jun 21, 2010, at 2:06 PM, Laird Nelson wrote: > Maven's documentation indicates that plugins bound to a phase will execute > in the order they are defined. > > http://jira.codehaus.org/browse/MNG-2258 indicates that this is not the > case. > > I am using Maven 2.2.1. > > What options do I have to overcome this critical, jaw-droppingly severe bug? >
Use 3.x. We know it works there. Those who are working on 3.x aren't going to be back porting this. For build plugins this has been fixed, I can't speak to the reporting plugins as that's been decoupled and is now the concern of the maven-site-plugin, not the core. If you want to back port it we can point you in the right direction. > How, in other words, in a given phase, can I sequence two or more plugins so > that the first one's results are visible to the second? > > Thanks, > Laird Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- {script:nopre:"/Users/jvanzyl/signature/signature.sh"}
