Hello all, I m a new to Maven and started using maven. Currently our jar files has the property files (log4j and application specific properties) and the spring batch xmls inside the Jar files. Now we need to have these xmls and the properties outside the Jar file and the application should pick up these properties outside the jar. How should we achieve this? Is there anything we need to specify in pom.xml
Appreciate your help. Thanks, Sundar
