[ http://jira.codehaus.org/browse/SUREFIRE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kristian Rosenvold updated SUREFIRE-515: ---------------------------------------- Component/s: Junit 4.x support JUnit 3.x support Unsure if this is 3 or 4. Probably fixed.needs retest > Executes nested classes that are not tests > ------------------------------------------ > > Key: SUREFIRE-515 > URL: http://jira.codehaus.org/browse/SUREFIRE-515 > Project: Maven Surefire > Issue Type: Bug > Components: JUnit 3.x support, Junit 4.x support > Affects Versions: 2.4.3 > Reporter: Thomas Diesler > > When using excludes like this > <plugin> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <excludes> > <exclude>org/jboss/bpm/pattern/**/*APITest.java</exclude> > </excludes> > <includes> > <include>org/jboss/bpm/pattern/**</include> > </includes> > </configuration> > </plugin> > surefire executes the nested classes > Running > org.jboss.bpm.pattern.control.synchronization.SynchronizationTest$TaskB > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > Running > org.jboss.bpm.pattern.control.synchronization.SynchronizationTest$TaskC > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira