mvn jetty:run-war -Dmaven.test.skip=true

or read up on the maven site and run with "-P prod" to run in
production mode, and make sure that it does not do any DB stuff

On Mon, Aug 25, 2008 at 10:11 PM, Joey122 <[EMAIL PROTECTED]> wrote:
>
> This is annoying - I ve specified in POM not to drop the database as I have
> data loaded up in there.
>
> I ve done this by using the following:
>                        <drop>false</drop>
>
>
> Yet when jetty:run-war starts it issues a create table statement which wipes
> out al my data:(
>
> Any ideas?
> --
> View this message in context: 
> http://www.nabble.com/jetty%3Arun-war-Always-Create-Table-Even-Though-POM-File-Says-Not-Too-tp19150818s2369p19150818.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to