I am interested in using Gridgain's new distributed JUnit functionality in my existing Maven projects. http://www.gridgain.com/product_junits.html. The requirement is that rather than use JUnit's TestSuite, you use GridGain's GridJUnit3TestSuite. The rest of the JUnit classes remain unchanged. When using Maven one generally doesn't create a test suite, as Surefire will execute tests based on the Maven naming conventions.
Is there a simple way for me to achieve this integration, or am I going to have to look into writing an extension to Surefire? Thanks, Martin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
