maven-nar/nar-maven-plugin

Add support for JUnit 5

solter opened this issue · 1 comments

I am upgrading a baseline from using JUnit 4 to JUnit 5. When the nar plugin runs the nar-integration-test goal, it fails because it does not respect the TempDir annotation from JUnit 5

@solter Do you know how to fix it on the NAR side?