How to run maven tests on windows executor?

Hello I’m trying to run maven Junit tests from windows executor on Circle CI. The reason I use windows is because I need to do some stuff with the .exe in the tests prerequisites.

Here CircleCI Developer Hub - circleci/maven I found examples of how to run custom Maven commands or how to define a custom executor for a test job. But it’s not clear to me how to set windows executor and set custom command in one job?

Thanks in advance!