Hi all, Still a little new to maven concepts (am getting there), but wondering what the m2eclipse way of including configuration resources on the classpath is.
I have created a folder called "conf" under "main" and put my log4j.xml in
that folder
so that there is
src
- main
- conf
-log4j.xml
+ java
+ resources
+ webapp
How do I get m2eclipse to include this when i deploy? ideally I would
actually rather it to be conf/dev/, conf/prod/ etc with my log4j inside a
"dev" folder.
Cheers
Murray
