Thanks, I thought it was too important to be missing. How did you find that page? I was following the guide in the "Plugin Developer Centre"[1] and can't see that linked from there.
[1] http://maven.apache.org/plugin-developers/index.html ----- Original message ----- From: "Jörg Schaible" <[EMAIL PROTECTED]> To: "Maven Users List" <[email protected]> Date: Thu, 30 Nov 2006 12:34:13 +0100 Subject: RE: Naming your own plugin Martin Gilday wrote on Thursday, November 30, 2006 12:14 PM: > 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? http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html ;-) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
