RE: Adding hibernate generated resources to JAR?

2006-06-20 Thread Fisher, Michael \(IT\)
Resources should end up in /target/classes...are you configuring it otherwise? -Original Message- From: Sean McNamara [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 12:54 PM To: users@maven.apache.org Subject: Adding hibernate generated resources to JAR? Can someone point me in

RE: Adding hibernate generated resources to JAR?

2006-06-20 Thread Mike Perham
We just output to target/classes: org.codehaus.mojo xdoclet-maven-plugin test-compile xdoclet

Re: Adding hibernate generated resources to JAR?

2006-06-20 Thread Sean McNamara
d area for generated resources under /target, and that generated files should always be created in the classes dir? Thanks again. - Original Message From: Mike Perham <[EMAIL PROTECTED]> To: Maven Users List Sent: Tuesday, June 20, 2006 12:36:58 PM Subject: RE: Adding hibernate generated

Re: Adding hibernate generated resources to JAR?

2006-06-20 Thread Edwin Punzalan
0, 2006 12:36:58 PM Subject: RE: Adding hibernate generated resources to JAR? We just output to target/classes: org.codehaus.mojo xdoclet-maven-plugin test-compile

Re: Adding hibernate generated resources to JAR?

2006-06-21 Thread Jochen Wiedmann
On 6/21/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: You can place your generated resources anywhere in target... but to include it in your package, you need to tell the resources plugin where to look for the resources... which is configured in your pom.xml Shouldn't the Hibernate plugin to

Re: Adding hibernate generated resources to JAR?

2006-06-21 Thread Edwin Punzalan
Depends on the plugin author... if the generated resources is required inside the classes directory, then I guess its more sensible to make the output directory default to target/classes... than to add another resource programmatically. ^_^ Jochen Wiedmann wrote: On 6/21/06, Edwin Punzal

Re: Adding hibernate generated resources to JAR?

2006-06-21 Thread Jochen Wiedmann
On 6/21/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: Depends on the plugin author... if the generated resources is required inside the classes directory, then I guess its more sensible to make the output directory default to target/classes... than to add another resource programmatically. If

Re: Adding hibernate generated resources to JAR?

2006-06-27 Thread natalie burdick
Please be sure to log a JIRA issue for any ideas you have on Maven :) Natalie On 6/21/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 6/21/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > > Depends on the plugin author... if the generated resources is required > inside the classes directory,

Re: Adding hibernate generated resources to JAR?

2006-08-15 Thread Thierry Barnier
lasses dir? Thanks again. - Original Message From: Mike Perham <[EMAIL PROTECTED]> To: Maven Users List Sent: Tuesday, June 20, 2006 12:36:58 PM Subject: RE: Adding hibernate generated resources to JAR? We just output to target/classes: org.codehaus.mojo