Re: preGoals and prereqs

2004-03-28 Thread John Casey
All I can say is that I've noticed this particular behavior as well, and thought it to be pretty counter-intuitive, although I never considered that it might break the encapsulation of the goal...a good point, I'd say. While it might really break things on systems running RC2, I'd even say it shoul

preGoals and prereqs

2004-03-28 Thread Sri Sankaran
Using: Maven 1.0 rc2 Problem: Correct implementation of preGoal requires knowledge of the inner workings of the goal. It is well known that a preGoal executes before the stated goal. For example, the body of do something here will execute before scm:checkout-project executes. When o