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?
From looking at the source code, it’s something like:
The 2 configuration parameters are:
<codeStyleBaseUrl><baseDir>It copies these 3 files:
to:
Note that
<codeStyleBaseUrl>must be http/https since it uses HttpClient behind the scenes.