Hi,

I want to deploy a site without any user interaction, currently it asks me 
for a password
even though it is in the settings.xml

In my pom.xml i have defined:
<distributionManagement>
        <site>
          <id>scmsite</id>
          <name>deploy site</name>
          <url>scp://cassiusgroup-3.internal.org/var/www/projname/</url>   
 
        </site>
  </distributionManagement> 

And in the settings.xml i have defined:
    <server>
      <id>scmsite</id>
      <username>po82266</username>
      <password>po82266</password>
    </server>


Is there something else, i'm missing ?
thanks
Patrick 

Reply via email to