hi all,
  i am experiencing problems with maven2 and surefire
i have an existing app that uses ant, and in running junit tests all pass

when i run same tests via maven2, i got some of them failing
by looking closely at them, i suspect surefire does not run in the same way
as    <junit fork="true" ) runs...
as, for example, i am doing some tests on  a Locale in my Junit test, and
then some other tests fails because
in my test i don't reset the locale at the end of my junit (i know, that's
my poor coding)..

i was curious to know how to configure surefire plugin so that it runs like
fork=true for junit task

thanks and regards
 marco

Reply via email to