Configure project-specific preferences from Maven POM #78
Labels
a: feature request 📧
Ask for a new feature to be implemented
for: IDE 🌒
Related to the integration of Pitclipse within Eclipse IDE
for: pitest 🐦
Related to PIT integration
impacts: ux 😄
Related to the user experience
is: blocked ⚠️
Something prevents the completion
priority: high ⚡
Must be done quickly
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:
The text was updated successfully, but these errors were encountered: