Oooppps, I misspoke...you have overridden the default test resources
directory, but I don't think you've done so correctly.

On 6/1/06, Doug Douglass <[EMAIL PROTECTED]> wrote:



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.

Reply via email to