maven2: DAV Wagon not included - Cannot find wagon which supports the requested protocol: dav
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maven2 (Debian) |
Fix Released
|
Unknown
|
|||
maven2 (Ubuntu) |
Confirmed
|
Undecided
|
Ludovic Claude |
Bug Description
Binary package hint: maven2
DAV wagon is not included with Debian & Ubuntu's maven2 package although it's included in Maven 2.x/3.x distribution by default.
Attempting to deploy to a WebDAV repository will result in the following error message :
Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav
The latest DAV Wagon extension is (as of this bug report):
A workaround is described here:
http://
ProblemType: Bug
Architecture: i386
Date: Fri Mar 12 02:15:20 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: maven2 2.2.1-1
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: maven2
Uname: Linux 2.6.31-20-generic i686
Changed in maven2 (Debian): | |
status: | Unknown → New |
Changed in maven2 (Ubuntu): | |
assignee: | nobody → Ludovic Claude (ludovicc) |
Changed in maven2 (Debian): | |
status: | New → Fix Released |
There is a problem with the webdav extension: it depends on jackrabbit, which depends on JCR api, but this library has a non-free license and cannot be accepted in the Debian repository. I will try to find a work-around for this problem, something better than the work around described in the link above.
Ludovic