Re: [appfuse-user] how can i stop creating database in build time

2008-10-23 Thread Developeryours
Thanks for ur message.i already found that drop option in pom.xml...thank you for message once again -- View this message in context: http://www.nabble.com/how-can-i-stop-creating-database-in-build-time-tp20124542s2369p20127283.html Sent from the AppFuse - User mailing list archive at Nabble

Re: [appfuse-user] how can i stop creating database in build time

2008-10-23 Thread Martin Homik
Look into the prod profile. In principle you can use the "skip" switch. Below is an excerpt of a project of mine. It skips tests, database creation and database population. Note that the "drop" property in hibernate3 plugin must be set to 'false'.

[appfuse-user] how can i stop creating database in build time

2008-10-22 Thread Developeryours
hi, I am having an problem regarding once i build the project it creates new database everytime..so my old datas are lossed..so i need to prevent that to creating databse if exists...so how can change it in pom.xml Thanks Developer -- View this message in context: http://www.nabble.com/ho