> > 1 - Do we want tests to run each time mvn install is run? No. I like to have choices.
> > 2 - Do we want to get stricter about what exactly is considered to be > a unit test (vs an automated test that may or may not be based on the > junit framework)? I actually consider db tests to be unit tests as long as the db is setup and cleaned up by the unit test itself. I think anything that requires starting of jetty is definitely not a unit test. --Alex