Maybe that's because maven expects you to talk English? ;)
There is no such thing as "ressources".. You might want to try "resources"..

On 7/12/06, Sebastien Pennec <[EMAIL PROTECTED]> wrote:

Hello,

I am pretty new to Maven 2. The project I am working on contains a
ressource directory that we use for unit tests.

It's located where the Maven convention wants it to be:
/src/test/ressources

Unfortunately, I can't get Maven to copy its content to the target
directory. Using the <ressources> tag in the pom file just copies the
filesto the target/classes dir, when I'd like them to be in the
target/test-classes dir.

Am I missing something?

Thanks for your help

Sebastien

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


Reply via email to