I've got some custom built plugins that I need to execute from the cmd line. E.g.,

mvn myplug:dosomething

The Guide for plugin development on the Maven 2 site indicates that to define the prefix "myplug", I need to have the following in my ~/.m2/settings.xml

  <pluginGroups>
    <pluginGroup>org.myproject.plugins</pluginGroup>
  </pluginGroups>

I have verified that this works, but I am looking for a solution that will not require all the developers on our project to edit their ~/.m2/setting.xml file. We use SVN, so it would be nice if we could edit a central settings.xml (or a POM) in the project definition once, check it in, and have it available for all develoeprs.

Is there a way to do this?

-- Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to