The artifact plugin specifies to set up a repo. I did:
maven.repo.list = xmatrix
maven.repo.xmatrix = scp://www.xmatrix.ch
maven.repo.xmatrix.directory = /my/maven/repository
maven.repo.xmatrix.username = my_username
maven.repo.xmatrix.password = my_password
And I still get the same error. maven -X javadoc:deploy does not feedback
the exact problem. I just get:
Will deploy to 1 repository(ies): xmatrix
Deploying to repository: xmatrix
host: 'www.xmatrix.ch'
com.jcraft.jsch.JSchException: Auth fail
Is there a way to get a more detailed debug message?
Thanks
Daniel Frey
> From: Emmanuel Venisse <[EMAIL PROTECTED]>
> Subject: javadoc:deploy failure
> Date: Thu, 10 Jun 2004 14:16:07 +0200
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> javadoc:deploy goal use the artifact plugin
> (http://maven.apache.org/reference/plugins/artifact/) and the jar:deploy
> goal use the deploy plugin.
>
> You must set properties diffently for this txo plugins.
>
> Emmanuel
>
> ----- Original Message -----
> From: "Daniel Frey" <[EMAIL PROTECTED]>
> To: "'Maven Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, June 10, 2004 12:52 PM
> Subject: javadoc:deploy failure
>
>
>> Hello
>>
>> I try to deploy javadoc to the repository without success:
>>
>> maven -X javadoc:deploy
>> ...
>> Will deploy to 1 repository(ies): xmatrix
>> Deploying to repository: xmatrix
>> host: 'www.xmatrix.ch'
>> Failed to deploy to: xmatrix Reason: Cannot connect. Reason: Auth
fail
>>
>> I don't understand that, and the debug feedback is sparesly. Deployment
of
>> the jars work perfect (maven jar:deploy). Do you see any hint you can
give
>> me to solve that problem?
>>
>> Thanks
>> Daniel Frey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]