Skip to content
Snippets Groups Projects
Commit a7656fba authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

Bugfix : hibernate was exporting DB schema and conflicted with flyway usage

parent f3718e3d
No related branches found
No related tags found
No related merge requests found
...@@ -192,9 +192,6 @@ ...@@ -192,9 +192,6 @@
<executions> <executions>
<execution> <execution>
<phase>compile</phase> <phase>compile</phase>
<goals>
<goal>export</goal>
</goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment