When I run `mvn test`, I sometimes get misleading reports ("all unit tests
pass"), when in fact, upon manually recompiling the code with `mvn compile`
and running `mvn test` again, the new code shows test failures.Is this normal behavior for a Maven project? How can I force a Maven task to depend on other Maven tasks? -- Cheers, Andrew Pennebaker [email protected]
