I'm writing a custom Mutation Engine for PIT, but I'm having troubles getting PIT to find it. My guess is that I'm failing to put the package with my own engine in the right classpath when running PIT using a project. To test my engine I'm using this code and I'm running PIT using the Maven plugin. In the pom.xml file I wrote the name of the custom engine and even its path inside an additionalClassPathElements tag. Nothing seems to work. PIT keeps saying it can't find the engine. Which is the best way to safely verify if it is a classpath issue? or Which is the simplest to make PIT find my package and be able to use the plugin?
Thanks in advance,