Hi dIon,
I'm starting to move my sample plugin apps into plugin tests (using
src/plugin-test and the "testPlugin" goal). I've noticed you have
followed the following pattern:
<goal name="testPlugin" prereqs="test-changes-report">
<attainGoal name="clean"/>
</goal>
I'm wondering why you call clean after the test is done? Why not:
<goal name="testPlugin" prereqs="clean,test-changes-report"/>
instead?
Anything I'm missing?
Thanks
-Vincent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]