You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Eric Pugh <ep...@upstate.com> on 2005/07/12 21:19:03 UTC

Deploying site docs and new plugin to Apache hardware?

Hi all,

I am trying to deploy the Simian 1.5 site docs, and notice that maven  
site:deploy attempts to deploy to Brett's apache directory.  I can  
SSH in, I just don't have permissions.  Should I just locally  
generate the site docs and SCP them up?

Additionally, I am trying to run maven plugin:repository-deploy and  
from what I understand I should have these in my build.properties:

maven.repo.apachecvs.username=epugh
maven.repo.apachecvs.privatekey=/Users/eric/.ssh/id_dsa
maven.repo.apachecvs.passphrase=XXX

I am getting various authentication errors from  
com.jcraft.jsch.Session.connect() with the message Auth Fail.

Is there any good way to debug this?  The same settings work for  
connecting to deploy the site.  Is it that dsa doesn't work with jsch?

Eric




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


Re: Deploying site docs and new plugin to Apache hardware?

Posted by Carlos Sanchez <ca...@gmail.com>.
Hi Eric,

You may try this to deploy the site:

you can use -Dmaven.site.deploy.live=true to push directly
live, and use -Dmaven.site.deploy.method=ssh to avoid rsync.

The properties look correct.

Regards

On 7/12/05, Eric Pugh <ep...@upstate.com> wrote:
> Hi all,
> 
> I am trying to deploy the Simian 1.5 site docs, and notice that maven
> site:deploy attempts to deploy to Brett's apache directory.  I can
> SSH in, I just don't have permissions.  Should I just locally
> generate the site docs and SCP them up?
> 
> Additionally, I am trying to run maven plugin:repository-deploy and
> from what I understand I should have these in my build.properties:
> 
> maven.repo.apachecvs.username=epugh
> maven.repo.apachecvs.privatekey=/Users/eric/.ssh/id_dsa
> maven.repo.apachecvs.passphrase=XXX
> 
> I am getting various authentication errors from
> com.jcraft.jsch.Session.connect() with the message Auth Fail.
> 
> Is there any good way to debug this?  The same settings work for
> connecting to deploy the site.  Is it that dsa doesn't work with jsch?
> 
> Eric
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

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