Hello,

Does Maven gives priority to classes and resources in target/test-classes
over classes and resources in target/classes?

I'm asking this because I making a test, and it uses a resource that has the
same name of a resource in src/main/resources. I expect that my test sees
this test resource, not the main resource, but It's not working.

In fact it works sometimes, and sometimes it doesn't.

Any ideas?

Thanks a lot!

Reply via email to