> You need to add the tests in your POM, see
> http://maven.apache.org/start/ten-minute-test.html

Ok, yeah.  Thanks for the help.  As you can see, I'm new to Maven.

Next question:  I want to add a resource to the classpath for tests.
Specifically:

/resources
        /WEB-INF/applicationContext.xml
/src
        ...
/tests
        ...
/target
        /classes
        /test-classes


Is there a way to add the /WEB-INF/applicationContext.xml resource to
the unit test classloader without copying it into target or something
like that?

I'm trying to use Maven with as little Ant as possible.

Thanks,


Dave

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

Reply via email to