On Nov 5, 2010, at 1:50 PM, Pradnya Gawade wrote: > Hi, > > I am new to running the test cases through maven. I am trying to run the > junit test cases trough maven. Even if I run the tests just from one > class having 2-3 tests it takes more then 15 minutes. Because I am > trying the debug the test cases it feels very time consuming just to see > the effect of minor corrections. Is there any way to work with it > faster? I use following commnd: > > mvn -Dtest=className test
Are you sure it's a problem with Maven? Are they JUnit Tests? How long does it take to run the same test in a JUnit Runner like eclipse's? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
