From a7656fbaa251206704cdc86c0cb09367a25d416d Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Fri, 24 Jun 2016 13:46:17 +0200 Subject: [PATCH] Bugfix : hibernate was exporting DB schema and conflicted with flyway usage --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 859fadb7a..7c7d93df3 100644 --- a/pom.xml +++ b/pom.xml @@ -192,9 +192,6 @@ <executions> <execution> <phase>compile</phase> - <goals> - <goal>export</goal> - </goals> </execution> </executions> </plugin> -- GitLab