For our unit tests I want to be able to provide some custom template configurations whenever a unit test is run (e.g. VM options, coverage runner). If someone clones our repository, I want their JUnit test configuration to be based off my provided template.
Is it possible to add a template JUnit configuration to my repository, and if so, where would it go?
EDIT: Note that my question is different from the other SO questions which share a single run configuration. I'm looking to share a template run configuration instead.