Solutionunvalidated
I managed to make the extension work by changing the `pom.xml`. — Instead of using ``, I imported the dependency directly to `junit-jupiter-api`. Outcome: now when I run maven, it works nicely and I'm able to test the `system.exit` calls.
995a6a2f-db55-48ba-83a4-2328b910f953
I managed to make the extension work by changing the pom.xml. — Instead of using ``, I imported the dependency directly to junit-jupiter-api. Outcome: now when I run maven, it works nicely and I'm able to test the system.exit calls.