Is it possible -- or even worthwhile -- to run Hibernate testing in the
Maven integration-test phase?

Typically, I have been running all my tests (unit and integration) under the
test phase. Can Maven handle splitting them apart? I am trying to keep my
test phase to be pure unit testing. If so, I'd like to know how people have
done this.

I am using Maven 2.0.8

Thanks,
Paul

Reply via email to