Hi Arnaud, I could not reproduce this, but instead DAV Wagon threw CNFEx... (but it did kick in).
Actually, this is in line with maven 3.0.4, as it behaves the same. In both cases commons logging LogFactory class was missing, but I have no clue from where it should come, as from wagon-webdav POM it's seen it does exclude vanilla JCL, but does not import any replacement for it (like jcl-over-slf4j).... Maven 3.x core does not include JCL console output with 3.0.4, 3.1.0 and the POM: https://gist.github.com/cstamas/b4ab92a93018d634ac45 On Tue, Sep 17, 2013 at 3:42 PM, Arnaud Héritier <[email protected]>wrote: > Hi, > > I tried to use the wagon-webdav-jackrabbit 2.5 instead of 2.4 and Maven > (3.1.0) doesn't like it > > <extensions> > <extension> > <groupId>org.apache.maven.wagon</groupId> > <artifactId>wagon-webdav-jackrabbit</artifactId> > <version>${version.wagon}</version> > </extension> > </extensions> > > [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ > maven-parent-pom --- > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6.898s > [INFO] Finished at: Tue Sep 17 15:40:05 CEST 2013 > [INFO] Final Memory: 40M/374M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on > project maven-parent-pom: Failed to deploy artifacts/metadata: No connector > available to access repository repository.exoplatform.org (dav: > http://repository.exoplatform.org/content/repositories/exo-snapshots) of > type default using the available factories WagonRepositoryConnectorFactory > -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > Bug ? > > -- > ----- > Arnaud Héritier > http://aheritier.net > Mail/GTalk: aheritier AT gmail DOT com > Twitter/Skype : aheritier >
