Yes, I moved to resources and worked.
Thanks Antonio Petrelli-3 wrote: > > 2007/4/17, JavierL <[EMAIL PROTECTED]>: >> Just one more thing. >> >> In my source code I've Hiberntae mappuings .xml files but I could not >> found >> them inside generated jar. I can't see in docs how to force to add those >> files to jar... >> >> Is this possible ? > > It depends, resources (like xml files) must be put in a resources > directory, the default is: > <project_root>/src/main/resources > I did not try it, but I think that if you put non-java files in > "src/main/java", the files are ignored when packaging. > > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-to-add-manifest-to-jar-at-maven-package-tf3589840s177.html#a10032992 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
