Ian Springer wrote: > > Yes, use the excludes config param. See > http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html. > Note, the default excludes include Abstract*Test[Case] so you could also > just rename your base classes to begin with Abstract. >
Thank you! Actually, your answer made me realise an even simpler solution: just make the classes abstract to begin with, and they won't be run either, no matter what they're called. /me impressed with response times on this list :) Cheers, Martin -- View this message in context: http://www.nabble.com/Stopping+Surefire+from+running+base+classes+as+tests-t1717734.html#a4665267 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
