Hi, Just learning to use maven2, and I'm wondering where I should put the properties file for configuring my app so that it will a) be found during the junit test phase; and b) be deployed together with the application's jar file.
I don't want to put the properties file IN the jar, because the end user needs to be able to edit it easily. src/main/config seems like a likely place; is there additional magic to make it visible to the app? Thanks, -- [EMAIL PROTECTED]
