From: Kai Moritz Date: Sun, 6 Nov 2016 15:15:51 +0000 (+0100) Subject: Added the goal "update" X-Git-Tag: hibernate-maven-plugin-2.1.0~15 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=9ef60a3f37e89f8a2417e340ef6c6b4a11e6013e;hp=9ef60a3f37e89f8a2417e340ef6c6b4a11e6013e Added the goal "update" This new goal is not as useful, as it looks, because the quality of the generated update-script heavily depends on the support for the JDBC metadata API of the used driver. As the added integration-test shows, this support is rather bad for the H2-database, that is used in the test: a change to the length of one column is ignored. Only the rename is reflected. The same seems to hold for MySQL, as can be read here: http://stackoverflow.com/a/12405147/247276 ---