You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Micha? Piekarczyk (JIRA)" <ji...@codehaus.org> on 2014/04/23 15:57:10 UTC

[jira] (SUREFIRE-1076) Allow includesFile/excludesFile to override includes/excludes

     [ https://jira.codehaus.org/browse/SUREFIRE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micha? Piekarczyk updated SUREFIRE-1076:
----------------------------------------

    Description: 
Currently, the documentation for "includesFile" parameter states:
> If includes are also specified these patterns are appended.
It would be useful to have a parameter to make the includesFile override the includes list.

When an user has a list of tests that need to be run after some change (which may also be quite large) the "test" parameter is inconvenient. A file with the whole list is easier to use, but currently that requires pom reconfiguration. With this parameter it would be possible to do this with just the command line options.

Also, a user property for includesFile / excludesFile would make it even neater.

  was:
Currently, the documentation for "includesFile" parameter states:
> If includes are also specified these patterns are appended.
It would be useful to have a parameter to make the includesFile override the includes list.

When an user has a list of tests that need to be run after some change (which may also be quite large) the "test" parameter is be inconvenient. A file with the whole list is easier to use, but currently that requires pom reconfiguration. With this parameter it would be possible to do this with just the command line options.

Also, a user property for includesFile / excludesFile would make it even neater.


> Allow includesFile/excludesFile to override includes/excludes
> -------------------------------------------------------------
>
>                 Key: SUREFIRE-1076
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-1076
>             Project: Maven Surefire
>          Issue Type: New Feature
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.17
>            Reporter: Micha? Piekarczyk
>            Priority: Minor
>
> Currently, the documentation for "includesFile" parameter states:
> > If includes are also specified these patterns are appended.
> It would be useful to have a parameter to make the includesFile override the includes list.
> When an user has a list of tests that need to be run after some change (which may also be quite large) the "test" parameter is inconvenient. A file with the whole list is easier to use, but currently that requires pom reconfiguration. With this parameter it would be possible to do this with just the command line options.
> Also, a user property for includesFile / excludesFile would make it even neater.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)