Hi all,

trying to understand what I might be doing wrong, AFAICT the site and repo 
settings are the same. I have also checked the file permissions on 
/spool/grimis/synergy/development/...   site:deploy works but 
deploy:deploy (executed as part of release:perform) hangs.

[INFO] [site:deploy]
scp://longmdappu4.uk.db.com/spool/grimis/synergy/development/projects/GMRiskCrypto
 
- Session: Opened
Executing command: mkdir -p 
/spool/grimis/synergy/development/projects/GMRiskCrypto/.
Executing command: mkdir -p 
/spool/grimis/synergy/development/projects/GMRiskCrypto/.
...........
...........

executing as part of release:perform
[INFO] [deploy:deploy]
altDeploymentRepository = null
*hangs here*

Configs are the same in pom.xml and settings.xml

pom

  <distributionManagement>
    <site>
      <id>gmris.dev.docs</id>  
 
<url>scp://longmdappu4.uk.db.com/spool/grimis/synergy/development/projects/${pom.artifactId}</url>
    </site>
    <repository>
      <id>grimis.dev.repo</id>
 
<url>scp://longmdappu4.uk.db.com/spool/grimis/synergy/development/maven</url>
    </repository>
  </distributionManagement>

settings

    <server>
      <username>XXXXX</username> 
      <password>XXXXX</password>
      <id>gmris.dev.docs</id>
    </server> 
    <server>
      <username>XXXXX</username> 
      <password>XXXXX</password>
      <id>gmris.dev.repo</id>
    </server> 


---

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to