Hi there, JUnit5.9.0-M1 was released that allows to conditionally cleanup the files created using @TempDir
Problem Im having is how to configure junit properties through surefire. My attempts at the bottom of: https://github.com/junit-team/junit5/issues/2159 <properties> <configurationParameters>junit.jupiter.tempdir.cleanup.mode.default=on_success org.apache.logging.log4j.simplelog.StatusLogger.level=info</configurationParameters> </properties> With -X I can see this leaves the default mode "unmodified". There is no mention of the junit directory in the logs. Thanks, Delany