vetalok wrote:
1. Is it possible to add some delaying between few execution phases of surefire plugin, e.g 10 seconds (hsqldb says: ".lck file is locked by another process")?
Not really. Much easier to add a "Thread.sleep()" line to your tests.
2. Is it possible to run my surefire executions in the same JVM across all executions?.
You've already set forkMode=never, which should do that by virtue of never spawning another JVM. Do you find it's not doing that?
-Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
