Micha? Piekarczyk created SUREFIRE-1076:
-------------------------------------------
Summary: 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 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.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)