pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Configure project-specific preferences from Maven POM #78

Open echebbi opened 5 years ago

echebbi commented 5 years ago

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: