David, i havent followed htis thread sorry,but if your goal is to pre-create tables for your tests, you might want to set the hibernate.ddl.auto=create/update property... , if your goal is to generate hbm.xml files, you might want to have a look at xd2 mvn2 plugin...
hth marco On/1/07, David Williams <[EMAIL PROTECTED]> wrote: > > Thanks Tim. I will. > > David > > On 9/1/07, Tim Kettler <[EMAIL PROTECTED]> wrote: > > > > You are right, the plugin website seems to be out of date. Have you > > looked at the hbm2ddl goal? > > > > You should ask specific questions about the plugin on the mojo-user list > > [1]. > > > > -Tim > > > > [1] http://mojo.codehaus.org/mail-lists.html > > > > David Williams schrieb: > > > Thanks Tim!!! I tried to use the plugin but the schema-export goal > > doesn't > > > exist in the 2.0-alpha-2.jar. Do you have any suggestions? In the > > meantime > > > I'll look at the XDoclet plugin. > > > > > > Thanks, > > > > > > David > > > > > > On 8/31/07, Tim Kettler <[EMAIL PROTECTED]> wrote: > > >> Hi, > > >> > > >> here's the Maven2 plugin [1]. > > >> > > >> -Tim > > >> > > >> [1] > http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/ > > >> > > >> David Williams schrieb: > > >>> Hi Everyone, > > >>> > > >>> Is it possible to use the maven hibernate plugin with Maven2? Is > > there > > >> a > > >>> replacement for this Maven1 plugin? > > >>> > > >>> Thanks, > > >>> > > >>> David > > >>> > > >> > > >> --------------------------------------------------------------------- > > >> 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] > > > > >
