awferreira / c5-db-migration

Automatically exported from code.google.com/p/c5-db-migration
0 stars 0 forks source link

Driver property not being used by Maven drop or create mojos #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AbstractMigrationMojo has a driver property but neither the drop or create
mojos are using it. Instead they are calling to the DatabaseUtils to
resolve the driver from the jdbc url.

This was tested on the latest 0.9.2-SNAPSHOT build.

What I would expect is that both the drop and create mojos should first
check to see if a driver was specified if not then use the DatabaseUtils to
resolve the driver from the jdbc url.

Original issue reported on code.google.com by llin...@gmail.com on 9 Sep 2008 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by christia...@gmail.com on 9 Sep 2008 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by christia...@gmail.com on 9 Sep 2008 at 8:38

GoogleCodeExporter commented 8 years ago
I just pushed a new 0.9.2-SNAPSHOT build (make sure your plugin repository 
update
policy allows for multiple checks per day).  Give it a whirl when you have a 
chance
and let me know if this hasn't been properly addressed.

Original comment by christia...@gmail.com on 9 Sep 2008 at 8:43