I'm testing with SVN 413644, and I still can not get this to work with authentication. Looking at my original post, are the username/passwords supposed to be placed in settings.xml?
> -----Original Message----- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 07, 2006 2:48 PM > To: Maven Users List > Subject: Re: Wagon-webdav distribution - where to put > username/password > > 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]
