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: [email protected] Subject: Adding hibernate generated resources to JAR? Can someone point me in the right direction here: I'm building a jar that makes use of hibernate. The hibernate class descriptors are created in /target/resources, but are not included in the jar. I'm guessing I need to add a configuration for the maven-resources-plugin to add /target/resources as a resource patch, but I'm not finding the docs for that plugin (they appear to be empty on the maven plugins doc site.) Any tips appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
