Re: [m2] surefire - xml reports ?

2005-10-24 Thread Yogi
lugin 2.0-beta-2-SNAPSHOT So now maven uses the correct plugin, but fails saying it cant find class org.codehaus.surefire.Surefire. Full output below. -Yogi $ m2 -X test + Error stacktraces are turned on. [DEBUG] Building Maven user-level plugin registr

Re: [m2] surefire - xml reports ?

2005-10-24 Thread Yogi
I tried using the one in trunk, but maven wouldn't use the newly built one, even though my local repo had it (I had done a m2-bootstrap-all.sh) Is there any other configuration change I need to make to force maven to use the new plugin instead of the old one? - Yogi Deve

problem using maven2-beta4

2005-10-11 Thread Yogi
nd it went through succesfully. However, when I run m2 install on a sample project, it still seems to use the beta1 surefire plugin instead of the beta4 one. Is there a way to force maven to use the beta4 surefire plugin instead of the beta1? Thanks in advan