Re: Re: Newbie Question about repository access protocols

2006-12-04 Thread Stefan Arentz
Aaron, did you ever find a solution for this? I'm trying to do the same .. I would like to access an internal repository through one of these: * https with basic auth on it * https with a client side certificate * ssh/scp with public key auth None seem to be supported by Maven at the moment?

Re: Newbie Question about repository access protocols

2006-10-23 Thread Maria Odea Ching
Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I'm not sure if the site is updated though. If you want to get the latest docs, you

Re: Newbie Question about repository access protocols

2006-10-23 Thread oching
://www.nabble.com/Newbie-Question-about-repository-access-protocols-tf2482671.html#a6949273 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Newbie Question about repository access protocols

2006-10-23 Thread Maria Odea Ching
Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I'm not sure if the site is updated though. If you want to get the latest docs, you

Re: Newbie Question about repository access protocols

2006-10-23 Thread Aaron Metzger
oching wrote: Hi Aaron, You can use the maven-deploy-plugin to write to your repository using SSH for Maven 2. You can refer to these docs for more info: http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html I

Newbie Question about repository access protocols

2006-10-20 Thread Aaron Metzger
I am evaluating Maven 2 VS Ivy and would prefer to adopt Maven 2 as a complete build management system but have one hang up question. I must set up a local secured repository for a portion of our software. The majority of docs lead me to believe that I can publish to a repository with SCP