Re: simple questions - where to put unpackaged config files?

2013-07-11 Thread Russell Gold
Hi Richard, You can use the property${basedir} to refer to root of the project, so the directory in question would be ${basedir}/src/main/config - Russ On Jul 11, 2013, at 1:24 AM, Richard Sand rs...@idfconnect.com wrote: I've several projects that were created before we began using

Re: simple questions - where to put unpackaged config files?

2013-07-11 Thread Baptiste MATHUS
Hi, src/main/config actually is the default/recommended place. See http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Not sure though it's a directory used by any plugin in general. But that might not be an issue for you. Cheers 2013/7/11 Russell

simple questions - where to put unpackaged config files?

2013-07-10 Thread Richard Sand
I've several projects that were created before we began using maven and which we've added maven to subsequently. Obviously these projects were not created with an archetype. Is there a standard folder that is commonly used in archetypes for holding files such as application configuration files or