Hi Mark, I will check them out. Thanks for the links, Tyler
On 3/26/07, Mark Hobson <[EMAIL PROTECTED]> wrote:
On 26/03/07, Tyler Nelson <[EMAIL PROTECTED]> wrote: > Does there happen to be a plugin to handle database migrations for Maven 2. > I was thinking something like what Ruby on Rails does. > > If not what are some of the best practices for doing DDL and DML with maven, > which part of the maven lifecycle have others put this type of behavior? DdlUtils [1] is handy for DDL and DML work. Also check DDLUTILS-59 [2] for an initial Maven 2 plugin. Mark [1] http://db.apache.org/ddlutils/ [2] http://issues.apache.org/jira/browse/DDLUTILS-59 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
