Hi,
I would not delete it but configure it properly.
org.codehaus.mojo
hibernate3-maven-plugin
2.1
hbm2ddl
Change plugin org.codehaus.mojo, delete:
process-test-resources
hbm2ddl
regards!
On Tue, Aug 12, 2008 at 12:34 PM, krishgy <[EMAIL PROTECTED]> wrote:
I tried that. But no luck. I use postgres db
Cens wrote:
>
> Change in pom.xml, from value CLEAN_INSERT to
> NONE
>
> Vincenzo Caselli
>
>
> On Tue, Aug 12, 2008 at 5:07 PM, krishgy <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi All,
>>
>> I have AppFuse (Basic Struts, Hibernate and Spring) proj
Change in pom.xml, from value CLEAN_INSERT to NONE
Vincenzo Caselli
On Tue, Aug 12, 2008 at 5:07 PM, krishgy <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I have AppFuse (Basic Struts, Hibernate and Spring) projects. Every time I
> package, run the test or run the mvn jetty:run-war, I am getting
Hi All,
I have AppFuse (Basic Struts, Hibernate and Spring) projects. Every time I
package, run the test or run the mvn jetty:run-war, I am getting the data
base tables are deleted and again they are created and test data are
inserted. I do not want to do this until or unless there are schema cha