Re: [appfuse-user] Data base recreation issue

2009-09-03 Thread Mikhail Aheichyk
Hi It is also convenient to put plugin configuration to separate profile "init" and to add "-Pinit" to maven commands for db creation, initialization. That works for me. Misha 2009/9/3 Matt Raible > Yes, you should be able to run "mvn jetty:run-war -Dmaven.test.skip=true". > If that doesn't he

Re: [appfuse-user] Data base recreation issue

2009-09-03 Thread Matt Raible
Yes, you should be able to run "mvn jetty:run-war -Dmaven.test.skip=true". If that doesn't help, examine the hibernate3-plugin's configuration and disable/remove one of the execution steps. Matt On Thu, Sep 3, 2009 at 6:32 AM, lounnaci wrote: > > > Hello > > Is it possible to prevent the databas