This sounds more like a problem with the way you have implemented your unit tests, not a problem with Maven. Can you provide more details on how you have written your test classes?
--- Marco Tedone <[EMAIL PROTECTED]> wrote: > Hi, I build my projects using maven. Maven executes automatically junit tests. I've > got more > than one test. Both of those tests use the services offered by a class, which I've > implemented > as a Singleton. The class is created after each test class has completed, thus my > singleton is > like as it doesn't exist. > > Is there a solution to this problem? > > Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
