Make Eclipse use src/test/resources instead of src/main/resources
Posted
by Bernhard V
on Stack Overflow
See other posts from Stack Overflow
or by Bernhard V
Published on 2010-05-26T11:36:15Z
Indexed on
2010/05/26
13:21 UTC
Read the original article
Hit count: 561
Hi!
I'm writing a little Maven application in Eclipse. I store some property files and my application context in the directory src/main/resources.
I now want to make Eclipse use properties in the directory src/test/resources. So when I run and debug the program in Eclipse, these test properties should be used.
Do you know how I could make that happen?
© Stack Overflow or respective owner