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