[ 
http://jira.codehaus.org/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_120199
 ] 

Benjamin Bentmann commented on SUREFIRE-430:
--------------------------------------------

This break is by intention, to fix SUREFIRE-167. The official [release 
announcement|http://www.nabble.com/-ANN--Maven-Surefire-Plugin-2.4-for-Maven-2-Released-to14853145s177.html]
 for Surefire 2.4 stated this, too.

> default excludes of Abstract*Test not working
> ---------------------------------------------
>
>                 Key: SUREFIRE-430
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-430
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: 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 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

        

Reply via email to