Using JUnit 5 Category annotation with bnd-testing-maven-plugin

Is there a way to use the bnd-testing-maven-plugin in conjunction with JUnit @Category annotations e.g. to include/exclude tests marked with a specific category annotation?

In surefire, one would use the groups or excludedGroups parameters. In bnd-testing-maven-plugin, I do not see corresponding parameters.

Hi @rec, I pray that you are well.

The short answer to your question at the moment is no, there is no support in the Bnd tester nor in the bnd-testing-maven-plugin that is layered on top of it. If there is enough interest or perhaps a bit of support, I could look at adding this support.

I hope that helps (though perhaps not quite as helpful as you would have hoped!)