Looking at http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html the pattern includes the java source file, e.g. *Test.java. But does it really relate to the source file pattern?
In my case *Test.java also includes groovy test files like FooTest.groovy. I guess this is correct behaviour and surefire doesn't look for source-files but for class files. Am I correct? Anyway this include/exclude pattern are very misleading. ----- manuel aldana aldana((at))gmx.de software-engineering blog: http://www.aldana-online.de -- View this message in context: http://www.nabble.com/surefire-plugin%3A-misleading-includes-excludes-patterns-regarding-file-type-%28*.java%29-tp24181415p24181415.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
