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]

Reply via email to