Dave, Thanks a lot for your inputs. Regards Sundar
mavenusr wrote: > > Hello, > > I m new to Maven and I m trying to place property and config.xml files > outside the Jar files. Here is my current directory > > Src > main > java > resources > test > java > resources > > under java, i have all the java class files and in resources folder i have > the properties and springbatch xml files. > > when i package the application, the property files which are under > src/main/resources is also getting included. I need to place this outside > the jar file so that the application can pickup when ever i make any > changes > to the property. currently i need to package again whenever a small change > is made. > > please help. > > Thanks, > Sundar > > -- View this message in context: http://www.nabble.com/Maven---Property-files-Question-tp24214839p24376326.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
