I've pushed a PR following up the switch to JUnit 5 which includes two commits: - the use of standard parameterized tests (for speed, I initially reused the stuff I wrote for Camel which leads to a smoother migration from junit 3/4 parameterized tests, but given there are only 2 test classes using those, I don't think it's worth maintaining those annotations/extension) - the refactor of the PlexusTestCase used as a parent class into a proper junit 5 extension
The PR is available for review at https://github.com/apache/maven/pull/432 Cheers, Guillaume Nodet
