"Larry Suto" <[EMAIL PROTECTED]> writes:

> Hi was wondering if anyone knows how I would set a classpath to a jdbc
> properties file that is required by by a Junit test executed during
> the Maven build.
> 
> Would it work if I placed it in the test resources area.

Yes.  Anything residing in src/test/resources will be picked up from
the classpath *before* anything in src/main/resources.

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to