Re: site-deploy: configured password is ignored

2010-06-10 Thread Lars Fischer
I found the reason:
the sshd on the server used "PasswordAuthentication no". After
switching to "yes" my maven config works fine.

Regards,
Lars

2010/6/10 Lars Fischer :
> Hello
>
> i would like to deploy a mvn-site using scp with user/password.
>
> This is contained the settings.xml:
> 
>  site
>  aUser
>  myPassword
> 
>
>
> The pom.xml looks like this:
>
> [...]
> 
>  org.apache.maven.plugins
>  maven-site-plugin
>  2.1.1
> 
> [...]
> 
>  [...]
>  
>    site
>    scp://${scm.host}/srv/www/htdocs/maven/${project.artifactId}
>  
> 
>
>
> Running site-deploy, maven asks for the password:
>
> [INFO] [site:deploy {execution: default-deploy}]
> Keyboard interactive required, supplied password is ignored
> Password:
>
>
> Why is the configured password ignored?
> Where is my mistake?
>
> Regards,
> Lars
>

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



site-deploy: configured password is ignored

2010-06-10 Thread Lars Fischer
Hello

i would like to deploy a mvn-site using scp with user/password.

This is contained the settings.xml:

  site
  aUser
  myPassword



The pom.xml looks like this:

[...]

  org.apache.maven.plugins
  maven-site-plugin
  2.1.1

[...]

  [...]
  
site
scp://${scm.host}/srv/www/htdocs/maven/${project.artifactId}
  



Running site-deploy, maven asks for the password:

[INFO] [site:deploy {execution: default-deploy}]
Keyboard interactive required, supplied password is ignored
Password:


Why is the configured password ignored?
Where is my mistake?

Regards,
Lars

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