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 I am not using any 'clean' option. I think probably it takes longer to copy over the resources. In my project there are lots of resource files under src/main/resources, more than 100 may be. Thanks, Pradnya
