Sorry for the long time between replies. Did anything happen here? Ben Gidley wrote: > Brett, > I thought Mojo looked a better place that hivemind because if I read the > document at > <http://maven.apache.org/guides/plugin/guide-java-plugin-development.html> > correctly it implies to have a short goal name (e.g. mvn > hivedoc:hivedoc) I need to either add my plugin group to the > settings.xml on each PC or it needs to be in a well know plugin group. I > am guessing that implies mojo or maven-plugins.
To run it from the command line, that's true. But its not a big step to add to settings.xml, and if it is for running on a project, they can add the plugin definition to the POM and the goal will be found. Cheers, Brett