I am trying to write my own plugin and confused about if there is a naming convention I am missing. I notice that on plugins in the codehaus mojo I can use short names to call the plugin and goal. With the SQL plugin for example I can do sql:execute. However with my own plugin I seem to need to do groupId:artifactId:version:goal. I understand that version can be ommitted. But how do I use a short name for calling my plugin? I have checked out the source of the sql plugin and can see nothing that I think would allow this to happen. What am I missing?
Thanks, Martin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
