It doesn't matter where you put it, unless you're using these files during testing etc and then I'd put them in src/test/resources.
Wayne On 2/15/08, CodingPlayer <[EMAIL PROTECTED]> wrote: > > Hi, > > i just looked up the maven standard directory layout: > http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html > > trying to find out where to store example data, but i could not find > anything about it. > > in detail, i have data examples (of .csv files) which i would like to store > in the projects folder, but they are not needed at runtime. These are just > examples for a better understanding. > > so where should i store these files: > > - /examples/data/.csv files > > - /src/examples/data/.csv files > > - /data/.csv files > > > > would it make any difference at all or does maven ignore all non-maven > structured directories? > > > thx in advance > R.C. > -- > View this message in context: > http://www.nabble.com/-M2--directory-layout%3A-where-to-store-example-data--tp15502114s177p15502114.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
