Re: Properties files proper location

2009-04-18 Thread David Hoffer
My take on this is that there is no 'standard' by the book so-to-speak maven way of doing this. The standard thing in maven is to create one artifact per project so its standard to include files, etc in jar but not to externalize them. But that doesn't solve your problem. However, like you sugge

Re: Properties files proper location

2009-04-18 Thread Stevo Slavić
Hello Markos, Maybe you could place fail-safe-params.properties with default settings within jar, thus within src/main/resources, and support them to be overridden by user using external params.properties file. Regards, Stevo. On Sat, Apr 18, 2009 at 2:52 PM, Markos Fragkakis < markos.fragka...@

Re: Properties files proper location

2009-04-18 Thread Markos Fragkakis
Markos Fragkakis wrote: Hi, I am having some problems that I expected to be common, however I could not find a solution online for either. I want create a maven project for a swing application. My IDE is Eclipse. In order to run, the application needs to read a a couple of text configuratio

Properties files proper location

2009-04-14 Thread Markos Fragkakis
Hi, I am having some problems that I expected to be common, however I could not find a solution online for either. I want create a maven project for a swing application. My IDE is Eclipse. In order to run, the application needs to read a a couple of text configuration files, which are loc