Hello Camelers, I just started working on creating a maven plugin for end-users to generate configurations, DSLs .. etc based on the camel-package-maven-plugin. Now I have the first world problem to name the plugin, personally, I am thinking of this naming `*camel-maven-plugin*`, is simple and I think it serves the purpose for the users. Hence when the user execute the plugin for example, will be something like this: `*mvn org.apache.camel:camel-maven-plugin:<version>:generate-configuration* `. However, as I can see here <https://github.com/apache/camel/tree/master/tooling/maven/camel-maven-plugin> there is already another plugin `camel-maven-plugin` with one MOJO, I am not sure if this should be internal or can be used by the users. If this plugin serves a different purpose, I was thinking to name it to something else and reserve `camel-maven-plugin` naming for end-users. Any thoughts?
Regards, Omar
