According to https://issues.sonatype.org/browse/OSSRH-3293 "Maven m2e Code-Style and Save-Actions connector"
This plugin is executed inside m2e Eclipse plugin when the project is configured and configures the save-actions and code-styling options of your maven project so you don't need to commit the .settings files to your repo
I have not been able to find a sample showing how this connector is supposed to be used. What do I put into my pom.xml to trigger it, how do I know if my eclipse installation has the connector installed?
Does anyone have an example configuration for this connector?