Description
It should be possible to run unit and integration tests independently of one another. Maven doesn't appear to have a convention for where to put integration tests (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html), so we might use JUnit categories, or just Java packaging to segregate the two.