pitclipse icon indicating copy to clipboard operation
pitclipse copied to clipboard

Configure project-specific preferences from Maven POM

Open echebbi opened this issue 6 years ago • 0 comments

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:

echebbi avatar Jun 15 '19 11:06 echebbi