maven plugin: groups, excludeGroups priority

View: New views
1 Messages — Rating Filter:   Alert me  

maven plugin: groups, excludeGroups priority

by Riccardo Serafin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng-users@...
To unsubscribe from this group, send email to testng-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en
-~----------~----~----~----~------~----~------~--~---