maven.test.skip help request

2005-04-22 Thread phillip rhodes
I am in a quandary. My junit tests require a database to run. My hibernate:schema-export task needs to have compiled java class files to run My junit tests kick off when I try to compile the java source files So there isn't a database for my junit test (or rather there is an out-of-sync one)

Re: maven.test.skip help request

2005-04-22 Thread Erik Husby
phillip rhodes wrote: I am in a quandary. My junit tests require a database to run. My hibernate:schema-export task needs to have compiled java class files to run My junit tests kick off when I try to compile the java source files So there isn't a database for my junit test (or rather there is