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

Reply via email to