verify that no pluginGroup org.mortbay.jetty in settings.xml is necessary

Issue #1 resolved
Stefan Isele repo owner created an issue

Assert that users with default settings.xml can use the cmd - on ubuntu that worked qithout adding a pluginGroup

mvn jetty:run

may be they need a pluginGroup Definition for that ? <pluginGroups> <pluginGroup>org.mortbay.jetty</pluginGroup> </pluginGroups> For example, given the above settings the Maven command line may execute org.mortbay.jetty:jetty-maven-plugin:run with the truncated command:

Comments (1)

  1. Log in to comment