2008/9/26 陈思淼 <[EMAIL PROTECTED]>:
> I want to create a new Plugin to package my project in my own way witch I
> call it "jcar", how should I name my plugin?If I don't use
> maven-jcar-plugin, i must use com.mycompany.jcar:goal to run this plugin, Is
> There good way for my to solve this problem?

As Stephen mentioned, the naming convention for non-core plugins is
xyz-maven-plugin.

You can add the group id in settings.xml so that the mvn plugin:goal
syntax works.  (This is where a "custom" Maven distribution comes in--
replace settings.xml with one that has your internal repositories and
plugin groups.)

Another option is to submit the plugin to the Codehaus Mojo project,
if it's something that would be useful to others and your company will
allow it.

-- 
Wendy

Reply via email to