Open
Description
This feature request depends on #77 (Provide project-specific preferences
)
Motivation
Pitest can be configured through Maven. Pitclipse should be able to extract the configuration from the POM in order to automatically set up project's preferences.
Implementation
I have never attempted to create one but I believe that creating an M2E extension could do the trick. AFAIK, these extensions allow to configure an Eclipse project from a Maven configuration.
See the following links: