RE: Porpuse of src/main/config

2009-09-17 Thread Jean-Louis MONTEIRO
gt;>> >> >> What about this? >> http://maven.apache.org/guides/introduction/introduction-to-the-standa >> rd-directory-layout.html >> >> -- >> Geoffrey Wiseman >> >> > Hi Geoffrey, > > it's not clear at all. > Can yo

RE: Porpuse of src/main/config

2009-09-16 Thread Chris Helck
o the tar ball. Hope this helps. C. Helck -Original Message- From: Jean-Louis MONTEIRO [mailto:jean-louis.monte...@atosorigin.com] Sent: Wednesday, September 16, 2009 12:06 PM To: users@maven.apache.org Subject: Re: Porpuse of src/main/config Geoffrey Wiseman wrote: >

Re: Porpuse of src/main/config

2009-09-16 Thread Jean-Louis MONTEIRO
n/resources goes to target package (jar, war, ...). And from my understanding, src/main/config is not part of the classpath and is used only for build (configuration files used to build, ...). Thanks for your help. Regards, Jean-Louis -- View this message in context: http://www.nabble.com/Porpu

Re: Porpuse of src/main/config

2008-08-01 Thread Ken Tanaka
Geoffrey Wiseman wrote: On Fri, Aug 1, 2008 at 11:00 AM, DOMINGUEZ Felipe < [EMAIL PROTECTED]> wrote: I am new to Maven, and I am a bit confuse about the porpuse of directory src/main/config porpuse ... Can any body clarify the usage of src/main/config and what is maven approach f

Re: Porpuse of src/main/config

2008-08-01 Thread Geoffrey Wiseman
On Fri, Aug 1, 2008 at 11:00 AM, DOMINGUEZ Felipe < [EMAIL PROTECTED]> wrote: > I am new to Maven, and I am a bit confuse about the porpuse of directory > src/main/config porpuse > > I have been looking for information about it but it does not seems to be > much. > > I initially thought that in di

Porpuse of src/main/config

2008-08-01 Thread DOMINGUEZ Felipe
Hello. I am new to Maven, and I am a bit confuse about the porpuse of directory src/main/config porpuse I have been looking for information about it but it does not seems to be much. I initially thought that in directory src/main/resources I could put any static resource used by the jar file