This should work. First, can you try removing the user/pass spec from the URL and adding it to settings.xml under the servers section? This is probably a better solution anyway as you can secure the password a little more in your home directory.
If that works and the below doesn't, then please file a bug. If neither work, please send more information about your error. Thanks, Brett On Apr 13, 2005 7:41 AM, Mark Hobson <[EMAIL PROTECTED]> wrote: > Hi there, > > I can't seem to get repositories that require basic authentication to > work - has this been implemented yet? My pom is of the form: > > <repositories> > <repository> > <id>myrepos</id> > <name>My Repository</name> > <url>http://myuser:[EMAIL PROTECTED]/</url> > </repository> > </repositories> > > The user:[EMAIL PROTECTED] syntax used to work with M1. Any ideas? > > Cheers, > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
