Cosium/git-code-format-maven-plugin

Property keys may conflict with other plugins

chonton opened this issue · 1 comments

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."?

Let's use gcf