Hi,

I use the following to deploy my site:

pom.xml:

<distributionManagement>
    <site>
      <id>cedarsoftWeb</id>
      <name>Cedarsoft Web</name>

<url>scp://cedarsoft.org/var/customers/webs/jschneider/cedarsoft.org</url>
    </site>
</distributionManagement>


my settings.xml looks like that:

 <servers>
    <server>
      <id>cedarsoftWeb</id>
      <username>johannes</username>
      <password>mySecretPassword</password>
    </server>
  </servers>



When I try to site-deploy, Maven asks for my password interactivly.... Any suggestions?

ssh -l johannes cedarsoft.org works with the given password...



Regards,

Johannes Schneider

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to