My IT recently updated their security software and the mockitoboot{long string of numbers}.jar (at C:\users\{username}\appdata\local\temp) is blocked from running. I'm using maven.
I'm already setting my temp directory in my .mvn/jvm.config to
-Djava.io.tmpdir=./target/temp
-Dtmp=./target/temp
-Dtemp=./target/temp
This has not changed where the mockitoboot jar is being written (it did solve the similar problem for surefirebooter).
Is there a way to configure the location used to write the mockitoboot jar with maven or otherwise? I would have expected setting the temp directory to do it.
Thanks,
Chris