The plugin group isn't required if you have it in the POM. I am using the Jetty6 plugin without the plugin repository or settings.xml changes.
Where is the plugin specified in your build? Is it in <plugins> or <pluginManagement> ? - Brett On 1/11/06, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: > Srepfler Srgjan wrote: > > > I've resolved the issue by adding to the settings.xml: > > <settings> > > <pluginGroups> > > <pluginGroup>org.mortbay.jetty</pluginGroup> > > </pluginGroups> > > </settings> > > thanks to rinku on irc > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > Isn't this kind of behavior a bug? > |pluginGroups| List of groupIds to search for a plugin when that plugin > groupId is not explicitly provided. > as I explicitly stated the groupId I see no reason why I had to specify > this element, what do you guys think? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
