Re: Adding Resources to Jar

2008-03-18 Thread Pierre-Alexandre Lacerte
stored in thoses directories will be included verbatim (or filtered if you want) in your outputdirectory and jar file. Jeff MAURY 2008/3/17 Pierre-Alexandre Lacerte <[EMAIL PROTECTED]>: The problem is that I can't define multiple outputDirectory in my pom, corresponding to

Re: Adding Resources to Jar

2008-03-17 Thread Pierre-Alexandre Lacerte
MAURY wrote: You must define multiple resource directories in your pom. Jeff MAURY On Mon, Mar 17, 2008 at 10:40 PM, Pierre-Alexandre Lacerte < [EMAIL PROTECTED]> wrote: Hi, I have many resources (log4j properties, hibernate hbm.xml files, etc.) in different directories in my project. I w

Re: Adding Resources to Jar

2008-03-17 Thread Pierre-Alexandre Lacerte
You must define multiple resource directories in your pom. Jeff MAURY On Mon, Mar 17, 2008 at 10:40 PM, Pierre-Alexandre Lacerte < [EMAIL PROTECTED]> wrote: Hi, I have many resources (log4j properties, hibernate hbm.xml files, etc.) in different directories in my project. I would like to c

Adding Resources to Jar

2008-03-17 Thread Pierre-Alexandre Lacerte
Hi, I have many resources (log4j properties, hibernate hbm.xml files, etc.) in different directories in my project. I would like to copy them in the same path in my packaged Jar file. Is it possible? I can't find a way to define multiple outputDirectory values. Thanks Pierre