> was also defined as an alias  in httpd.conf  like
>                   alias  /m2-repo  /absolute/path/to/our/repository
> and I defined a <location> element without any auth elements, just DAV On
> 
> Depending on the url in the pom, I'm getting an authorization error (url of
> http://server:port/m2-repo)

This is a question for the httpd list, but I'll do what I can here.

One assumes your Location is <Location "/m2-repo">, right?

Can you navigate to .../m2-repo and have it return content to your web
browser? How about if you try and connect with cadaver or (egad)
Microsoft Web Folders?

Based on your other post, it sounds like your URL is mangled.
Authentication information, if such is required, should be provided in
${user.home}/.m2/settings.xml. Now whether wagon honors that or not is
an entirely separate question.

  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to