In Maven 1.0.2, you have maven.junit.fork = on or off. The first one does it every time, the latter never does it - using the Maven JVM which can sometimes cause test failures, in particular with XML parsers.
This is resolved in Maven 1.1 (not yet released), and you can use forkmode="once" which forks once for all tests. - Brett On 4/27/05, Jan Rudert <[EMAIL PROTECTED]> wrote: > Hi, > > do I understand right, that Maven-test-plugin starts and shuts down a jvm > for each test? how can i change this to run all tests in a single jvm > consecutively? > > thanks > jan > > ............................................................................ > Jan Rudert neofonie GmbH Tel.:+49(0)30 246 27 325 > Softwareentwickler Robert-Koch-Platz 4 Fax.:+49(0)30 246 27 120 > [EMAIL PROTECTED] 10115 Berlin > > --------------------------------------------------------------------- > 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]
