I am trying to use the PIT tool that is available online to mutation testing and I noticed that it uses a plugin tag for the pom.xml file for maven projects. I have looked at the maven repository to see but they never mention if the plugins download the files to your system. Do plugins download the files like the dependencies? Or does it not download the files?
If not, is there a way I can? I need to edit some of the files to allow for additional mutations for a class project.