On Sun, 2005-07-03 at 19:29 -0700, Nadeem Bitar wrote: > Where can I find documentation for the maven-surefire-plugin. I am > looking on using testng instead of junit to run my tests.
There is just the source for the surefire plugin here: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven- plugins/maven-surefire-plugin/ And the surefire code itself is here: http://cvs.surefire.codehaus.org/surefire/ But it would also be great if you wanted to develop a TestNG m2 plugin as I'm sure lots of people would be interested in using it. > thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
