Re: generate schema with maven2 plugin
Thomas Vandahl <[email protected]> Thu, 18 Jun 2009 20:19:52 +0200
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Cédric Durmont wrote: > Is the plugin really supposed to create the *schema.xml file with the > "om" goal ? If so, what might be going wrong in my case ? No it isn't. The om-goal is supposed to create Java files from your existing schema files. > If not, how do I tell torque to generate the *schema.xml ? I have to > write a small app using an existing database containing 100+ tables. I > chose torque as ORM for this project mainly because the maven plugin > "can also generate the XML description of an existing database" > (quoting torque homepage). This is what the "torque:jdbc" goal used to do in the *maven-1* plugin. It looks like this feature is not available in the maven-2 plugin. Bye, Thomas.