On Thu, May 22, 2008 at 8:39 AM, Paul Davis <[EMAIL PROTECTED]> wrote:

> I have found that if I place the resource (xml file) in both places, it
> works
> src/it/java
> src/test/resources
> However, if I only have one copy (in either location) it does not work.

I wouldn't expect src/it/* to work, unless you are configuring a
plugin to look there.  AFAIK, nothing looks there by default.  Neither
are any plugins bound to the integration test phases in the default
lifecycle, so if you want to use those phases you need to do the
bindings yourself.

I still don't have a good idea of what you're trying to do.  Can you
include some of the pom config and explain the project structure?  Are
the integration tests in a separate module?

-- 
Wendy

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

Reply via email to