Hello, I'm using dbunit mojo to create a clean database before my integration-tests run. My DB configuration is set in the test classes via a properties file ( jdbc.properties) I'd like to avoid duplicating this info in my POM.
How to set the POM to read the properties and set them as system properties (to be visible from the dbunit plugin) ? Any suggestion is welcome. Nico.
