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
Wendy Smoak-3 wrote: > > You can use in the > pom to identify things to copy into the jar. > 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

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 + -