Thorsten,

We use username/password authentication, and my settings.xml is set up as
you described.
But I don't think this is a authentication issue. As you can see the
hostname is not resolved properly so there is no server connection to do the
authentication.

Regards,
Johan.

2011/7/13 Thorsten Heit <[email protected]>

> Hi,
>
> > Oh I forgot...
> >
> > I use Maven 2.2.1 and maven-site-plugin version 2.3.
> > The behavior is the same on Windows and Linux.
>
> What kind of SCP transfer do you want to use? Password-less, i.e.
> public-key-authentification, or using username/password?
>
> In the first case:
> Did you upload your public key to the remote machine?
>
> In the latter case:
> You have to add a server entry section containing your user credentials in
> your $HOME/.m2/settings.xml:
>
> <servers>
>        <server>
>                <id>site-repo</id>
>                <username>your_username</username>
>                <password>your_password</password>
>        </server>
>        ...
> </servers>
>
>
> Regards
>
> Thorsten




-- 
Johan Vogelzang

Reply via email to