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? 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
