maven plugin: groups, excludeGroups priority

16 views
Skip to first unread message

Barakka

unread,
Oct 31, 2009, 12:14:32 PM10/31/09
to testng-users
Hello,

it's not clear to me which is the priority between the groups and
excludeGroups configuration in the maven plugin.

If i set the plugin with something like:

<groups>groupA,groupB</groups>
<excludeGroups>groupC</excludeGroups>

and a test annotated with:

@Test(groups = {"groupA","groupB","groupC"}

will the test be executed on not?

Thanks,
Riccardo.
Reply all
Reply to author
Forward
0 new messages