I have no clue. There shouldn't be any difference. I'm guessing there is some difference in your maven 2 and maven 3 execution environments.
/Anders On Wed, Feb 9, 2011 at 20:52, Thorsten Heit <[email protected]> wrote: > Hi, > > > You need to declare 'org.codehaus.cargo' as a pluginGroup in your > > settings.xml: > > > > <pluginGroups> > > <pluginGroup>org.codehaus.cargo</pluginGroup> > > </pluginGroups> > > Ok, thanks, I'll try it tomorrow when I'm back at work. > > OTOH: Why can Maven 2 find the Cargo plugin without having the above > section in the settings.xml? AFAIK M2 only searches in the groups > org.apache.maven.plugins and org.codehaus.mojo, i.e. "mvn cargo:help" should > normally not work out of the box, right? > > > Best regards > > Thorsten > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
