Folks, The surefire plugin currently supports automatically searching for unit testing classes from a directory.
I was wondering if there is way for it to search for unit tests from a set of jar files instead of a directory. ie., a mechanism where I can specify a regex pattern for the package and/or class name and it can search through all the jars in the 'test' scope for classes matching that pattern and run them. Thanks in advance! Anshul
