[ 
https://issues.apache.org/jira/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105448#comment-16105448
 ] 

Brian Brooks commented on SUREFIRE-430:
---------------------------------------

Here is an updated permalink to the 2.4 Surefire release announcement 
http://maven.40175.n5.nabble.com/ANN-Maven-Surefire-Plugin-2-4-for-Maven-2-Released-tp207727.html

> default excludes of Abstract*Test not working
> ---------------------------------------------
>
>                 Key: SUREFIRE-430
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-430
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.4
>         Environment: maven 2.0.7/2.08
>            Reporter: Robert-Jan Peters
>            Priority: Critical
>
> The default excludes of  Abstract Tests is not backward compatible.
> version 2.3.1
>    excludes = 
>                        new ArrayList( Arrays.asList( new String[] { 
> "**/Abstract*Test.java",
>                                     "**/Abstract*TestCase.java", "**/*$*" } ) 
> );
> version 2.4
>    excludes =
>                         new ArrayList( Arrays.asList( new String[] { "**/*$*" 
> } ) );



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to