Alternate question. The dav wagon extension is an open bug in Sonar (http://jira.codehaus.org/browse/SONAR-222)
When could we expect to get a m2eclipse (m2 embedded) with dav wagon support included (as maven 2.0.9+) ? Cheers >2009/3/4 Henri Gomez <[email protected]>: > Hi to all, > > I wonder if someone got sonar (1.6), works with m2eclipse (0.9.7) > using the embedded maven (2.1-SNAPSHOT). > > We used to define the wagon-webdav extension in our enterprise POM. > > <build> > > ... > > <extensions> > <extension> > <groupId>org.apache.maven.wagon</groupId> > <artifactId>wagon-webdav</artifactId> > <version>1.0-beta-2</version> > </extension> > </extensions> > > As of maven 2.0.9 it's no more mandatory and cause conflict with > sonar, so we removed it. > > But m2eclipse use the embedded maven 2.1.x and this one need the DAV > wagon extension. > > Any idea how to fix have such extension only activated when m2eclipse > is in use, since I didn't > > Did there is a way to activate extensions by profiles ? > > Regards > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
