Separating Unit tests from Acceptance tests in maven
Have been playing with Maven a lot in the last week and a half. One thing I liked about Ant was the control over whether various classes of test would run in which target.
Found a post by Abhi which demonstrates that a judicious use of profiles will accomplish this.
Advertisement