You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Gilday <ma...@imap.cc> on 2006/11/30 12:13:36 UTC

Naming your own plugin

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org