thanks Brett,
I had a look in the httpd error_log. When using wagon-1.0-beta-2 the server
logs:
Digest: client used wrong authentication scheme `Basic': /test/
Apparently, it simply doesn't support digest auth.
So I changed the extension to wagon-webdav-jackrabbit:1.0-beta-6 and now it
works (af
It seems you have pegged the webdav provider to 1.0-beta-2.
I'd suggest removing that build extension, or replacing it with:
g: org.apache.maven.wagon
a: wagon-webdav-jackrabbit
v: 1.0-beta-6
Cheers,
Brett
On 25/09/2009, at 7:48 PM, Marc Lustig wrote:
I tried using Mvn 2.2.1 and got the sam
I tried using Mvn 2.2.1 and got the same error from the wagon plugin:
[INFO] [site:deploy {execution: default-deploy}]
WAGON_VERSION: 1.0-beta-2
http://ci1.xxx/test - Session: Opened
Uploading: ./css/maven-base.css to http://ci1.xxx/test
# Transfer error: org.apache.commons.httpclient.HttpExce
This is probably related to the authentication re-submissions that
John worked on. Is it any better in Maven 2.2.1?
- Brett
On 23/09/2009, at 10:19 PM, Marc Lustig wrote:
Hi,
we have configured our httpd to use digest-authentication for dav
write-operations.
In the pom, we have configured