Every time appfuse is started with
mvn jetty:run-war
the database is re-created. If you want to preserve the previous database turn of tests
mvn jetty:run-war -Dmaven.test.skip=true
Every time appfuse is started with
mvn jetty:run-war
the database is re-created. If you want to preserve the previous database turn of tests
mvn jetty:run-war -Dmaven.test.skip=true