You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by WIEDERAENDERS Klaus <kl...@alcatel.at> on 2005/09/15 13:21:09 UTC

remote repository authentication

Hi,

I'd like to setup a Maven remote repository with
an Apache web server that uses authentication.
How can I specify user name and password
for this in my build.properties file?

Thank you,
Klaus


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: remote repository authentication

Posted by Martin Burger <m...@rtin-burger.de>.
WIEDERAENDERS Klaus schrieb am 15.09.2005 13:21:

> I'd like to setup a Maven remote repository with
> an Apache web server that uses authentication.
> How can I specify user name and password
> for this in my build.properties file?


Would you like to download or to upload / deploy?

For download: 
maven.repo.remote=http://www.ibiblio.org/maven/,http://user:pass@repo.example.com/maven/

For upload: see 
http://maven.apache.org/reference/plugins/artifact/examples.html

Martin