On Thursday 03 April 2008 Chad La Joie wrote: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <testFailureIgnore>true</testFailureIgnore> > <excludes> > <exclude>**/*$*</exclude> > <exclude>**/TestSuite*</exclude> > <exclude>/junit/framework/TestSuite*</exclude> > <exclude>/junit/**</exclude> > </excludes> > </configuration> > </plugin>
Try running maven with -X and see what surefire says about its excludes. Maybe you have to quote the dollar sign somehow. hth, - martin
signature.asc
Description: This is a digitally signed message part.
