David Hoffer wrote: > > The resources is a standard maven folder and will be included in the > build/jar/war/etc. Unfortunately there is no standard for the external > stuff, you can put those in a different folder and then use the assembly > or > similar plugin to deal with them. > > -Dave > > On Thu, Jun 25, 2009 at 2:19 PM, sundar varadarajan > <[email protected]>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://n2.nabble.com/Maven---Property-files-Question-tp3159654p3162714.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]
