I think it's due to a bug that was fixed in SVN, check
http://jira.codehaus.org/browse/WAGON-48

On 6/7/06, Darren Hartford <[EMAIL PROTECTED]> wrote:
Hey all,
I'm trying to distribute artifacts to a webdav server, but I do not seem
to know where to put the username/password.  When the webdav server
(apache 2.2) is un-secured, it works fine.

Configured Maven as follows:

Pom.xml
=========================
    <distributionManagement>
        <repository>
            <id>my-secure-repo</id>
            <url>dav:http://reposerver/myrepo</url>
...
==========================

Then tried settings.xml
======================
<servers>
    <server>
      <id>my-secure-repo</id>
      <username>userthingy</username>
        <password>passwordthingy</password>
......
======================

Any ideas please?  If this is documented somewhere, please point me to
the location. Been 'working' with this for most of this week, a quick
answer would definitely help!

-D

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




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                            -- The Princess Bride

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

Reply via email to