On Tue, 21 Feb 2006, andrew cooke wrote: The simplest solution is to use the antrun plugin, and the <sql/> task. Be sure to add an <extensions><extension> under the <plugin> tag that defines antrun containing a dependency to the jdbc driver.
But there might also be an sql plugin out there. -- Kenney > > no, they're just databases (SQL) (by schema i mean definitions of tables > and stored procedures) > > andrew > > Piéroni Raphaël wrote: > > Do your database schema use Torque oà r hibernate ? > > > > Raphaël > > > > 2006/2/21, andrew cooke <[EMAIL PROTECTED]>: > >> > >> > >> Hi, > >> > >> I have a DB schema that defines a database. I'd like Maven to manage > >> this > >> (so that I can delete/re0create the database before tests, for example). > >> How do I do this? > >> > >> Thanks, > >> Andrew > >> > >> > >> > >> --------------------------------------------------------------------- > >> 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] > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
