AFAIK you should call it jcar-maven-plugin
AFAIK only plugins with the groupId org.apache.maven.plugins are allowed to use the maven-______-plugin pattern You should also look into the plugin goal prefix pararmeter and adding your groupId to the plugin search stuff in settings.xml -Stephen 2008/9/27 陈思淼 <[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? >
