Hi Maven gurus, Is there a way to make mvn test runs faster for entitymanager? It seems that the vm is forked for every test. While I understand the need for the "packaging" tests, most tests don't require such forking and could be executed much faster. I don't know if that's possible but that would be nice. Emmanuel