In order to prevent conflicting property keys across multiple plugins, most plugins implement a convention of prefixing their property names with the plugin name. e.g. jacoco maven plugin uses "jacoco." as a property key prefix. Fabrica8io docker maven plugin uses "docker." as a property key prefix.
What do you think of prefixing git-code-format property keys with "fmt."?
The text was updated successfully, but these errors were encountered:
In order to prevent conflicting property keys across multiple plugins, most plugins implement a convention of prefixing their property names with the plugin name. e.g. jacoco maven plugin uses "jacoco." as a property key prefix. Fabrica8io docker maven plugin uses "docker." as a property key prefix.
What do you think of prefixing git-code-format property keys with "fmt."?
The text was updated successfully, but these errors were encountered: