maven-nar / nar-maven-plugin

Native ARchive plugin for Maven
https://maven-nar.github.io/
Apache License 2.0
232 stars 160 forks source link

Add support for JUnit 5 #352

Open solter opened 4 years ago

solter commented 4 years ago

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

ctrueden commented 4 years ago

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