classpaths and more hibernate foo

2006-03-28 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, So I've gotten the hibernate plug-in doing some stuff for me. I've got it creating POJOS from foo.hbm.xml files and I have it creating hibernate.cfg.xml from my database.properties files and the various foo.hbm.xml files. Groovy. So now I want

Re: classpaths and more hibernate foo

2006-03-28 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter L. Berghold wrote: mvn hibernate:schema-export Actually, that command line is mvn hibernate3:schema-export Odd thing is when it is done spewing maven tells me the build was a success. :-O - --

RE: classpaths and more hibernate foo

2006-03-28 Thread Johann Reyes
: Tuesday, March 28, 2006 8:38 AM To: users@maven.apache.org Subject: classpaths and more hibernate foo -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, So I've gotten the hibernate plug-in doing some stuff for me. I've got it creating POJOS from foo.hbm.xml files and I have it creating

Re: classpaths and more hibernate foo

2006-03-28 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johann Reyes wrote: http://mojo.codehaus.org/hibernate3-maven-plugin/howto.html Just to be sure of myself here, from what I read here I should have inside my build.../build block I should have: extensions extension