mvn compile -DskipTests

On May 20, 2010, at 11:57 AM, Juan Antonio wrote:

> It is possible to recompile the application without fire the tests?
> 
> Thanks.
> ----- Original Message ----- From: "Matt Raible" <m...@raibledesigns.com>
> To: <users@appfuse.dev.java.net>
> Sent: Thursday, May 20, 2010 7:34 PM
> Subject: Re: [appfuse-user] Re: Trying to save some data in database when 
> login
> 
> 
> There's nothing wrong with making this change, it just means your database 
> won't be pristine for your test runs.
> 
> On May 20, 2010, at 11:02 AM, Juan Antonio wrote:
> 
>> I have found that deleting  "<drop>true</drop>" works.
>> 
>> Maybe it's wrong?
>> 
>> ----- Original Message ----- From: "Matt Raible" <m...@raibledesigns.com>
>> To: <users@appfuse.dev.java.net>
>> Cc: <users@appfuse.dev.java.net>
>> Sent: Thursday, May 20, 2010 6:54 PM
>> Subject: Re: [appfuse-user] Re: Trying to save some data in database when 
>> login
>> 
>> 
>>> I'd try removing it completely or look at the hibernate3 plugin  (creates 
>>> tables) or the dbunit plugin (deletes data, inserts test data).
>>> 
>>> On May 20, 2010, at 10:52 AM, Juan Antonio <juan....@tecnosfera.org> wrote:
>>> 
>>>> 
>>>> I have found the problem.
>>>> 
>>>> The problem was the createDatabaseIfNotExist, that deleted the data stored
>>>> in the database. :P
>>>> 
>>>> I have set it at false "?createDatabaseIfNotExist=false" but it stills
>>>> ovewriting the database.
>>>> 
>>>> What should i do?
>>>> 
>>>> Thanks.
>>>> -- 
>>>> View this message in context: 
>>>> http://appfuse.547863.n4.nabble.com/Trying-to-save-some-data-in-database-when-login-tp2022951p2224890.html
>>>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
>>>> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
>>> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
>> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to