On 6/1/06, Martin Aspeli <[EMAIL PROTECTED]> wrote:
TestDBSetup.properties lives in src/main/test/resources.
Martin, I think your problem is that the above path is not the default test resources location, and it appears you have not overridden this in your POM. The default test resources directory is src/test/resources. You can either move your properties to the default directory or change your testResources.testResource.directory to src/main/test/resources. HTH, Doug P.S. In general, having a src/main/test directory structure seems rather strange.