Lally Singh wrote: > > nothing's getting generated into > src/main/resources (that's just got the original cocoon & spring > stuff in it). Is there another maven target I should run? > Correct. maven will not write into src/main/resources. Hibernate library reads certain configuration files. See hibernate documentation for help on these and their contents. A developer would layout a project with these hibernate configuration files in src/main/resources. Without further configuration, maven picks them up and puts them into the build output directory (target). Regards, John -- View this message in context: http://www.nabble.com/Eclipse%2C-Hibernate-Tools-tf3290726s177.html#a9167832 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
