Re: JUnit categories in surefire/failsafe

2016-09-01 Thread Tibor Digana
>>because Maven might just treat it as though it weren't set at all, and ignore >>it. One of our user pointed to the issue with empty property and I said it is bug in Maven. Somebody should fix it in Maven. > The most useful of the three would be UNCATEGORIZED, so it can be combined > with other

Re: JUnit categories in surefire/failsafe

2016-09-01 Thread Tibor Digana
(after 300 minutes). Marking the build as aborted. Build was aborted Archiving artifacts No prior successful build to compare, so performing full copy of artifacts Finished: ABORTED -- Cheers Tibor -- View this message in context: http://maven.40175.n5.nabble.com/JUnit-categories-in-surefi

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Christopher
would like to propose that some special keywords be created > > > which > > > can represent: > > > _ALL_, _NONE_, _UNCATEGORIZED_ (or similar) > > > > > > That way, users can do things like: > > > my.special.Category,_UNCATEGORIZED_ > > &

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Christopher
ONE_ > > or > > _NONE_ > > or > > _ALL_ > > > > These keywords may require some support from the underlying test > > framework, > > like JUnit, so I can understand if these keywords cannot happen. > > > > Even if the keywords cannot b

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Tibor Digana
IZED_ > > _NONE_ > > or > > _NONE_ > > or > > _ALL_ > > > > These keywords may require some support from the underlying test > > framework, > > like JUnit, so I can understand if these keywords cannot happen. > > > > Even if the keywo

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Tibor Digana
se keywords cannot happen. > > Even if the keywords cannot be made to work, I still think it'd be good to > deprecate-and-separate the properties for the two plugins, so they can be > controlled independently with user properties. > > Thanks. > > > -

JUnit categories in surefire/failsafe

2016-08-30 Thread Christopher
tl;dr - A proposal for config independence for groups/excludeGroups properties and some special keywords for ALL, NONE, and UNCATEGORIZED groups. *** In the Apache Accumulo project, we're currently in process of trying to make use of JUnit categories to separate different classes of tests. So, w