On Sun, 2008-10-26 at 22:28 +0000, sebb wrote: > When I try testing httpclient, it always uses surefire 2.4, rather > than the latest version 2.4.3. > > Is that intentional? > > If not, how does one fix that? I can't see where Maven is told to use > that version rather than the latest. > > I tried deleting all the surefire plugins from the repository, and > httpclient insists on downloading 2.4 even if 2.4.3 is present. >
Hi Sebastian What version of Maven are you using? I am running 2.0.9 and it appears to be pulling the right version of the surefire plugin for me. Have you tried executing 'mvn -cpu test'? As the last resort you may want to set the desired version explicitly in the pom file. Hope this helps Oleg > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
