Re: Putting resources to somewhere else

2006-12-04 Thread Wendy Smoak
On 12/4/06, Aaron Digulla <[EMAIL PROTECTED]> wrote: Is there a simple way to have the resources next to the Java classes (ie. in src/main/java)? When developing with Hibernate, it's tedious to switch back and forth between the directories. I've checked the docs for the plugin but there is no e

RE: Putting resources to somewhere else

2006-12-04 Thread rudy.bistrovich
t: Re: Putting resources to somewhere else On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > I would like maven to put my resources not into the jar file, but next > to classes in a resources directory, so my structure would be: > > Component + > - lib + >

Re: Putting resources to somewhere else

2006-12-04 Thread Aaron Digulla
irectories. I've checked the docs for the plugin but there is no example to do this. This made me think it might be dangerous to do (side effects, etc). -- View this message in context: http://www.nabble.com/Putting-resources-to-somewhere-else-tf2737507s177.html#a7672996 Sent from the Maven - User

Re: Putting resources to somewhere else

2006-12-01 Thread Wendy Smoak
On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> I would like maven to put my resources not into the jar file, but next to classes in a resources directory, so my structure would be: Component + - lib + - mycomponent.jar - resources + -

Putting resources to somewhere else

2006-12-01 Thread marton.szabo.sp
Dear Users, I would like maven to put my resources not into the jar file, but next to classes in a resources directory, so my structure would be: Component + - lib + - mycomponent.jar - resources + - myresource.xml Etc. Could anybody hel