Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
mvn site:site ignores parts of my settings.xml:
<server>
<id>livetribe-website</id>
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
<configuration>
<sshExecutable>plink</sshExecutable>
<scpExecutable>pscp</scpExecutable>
</configuration>
<username>livetribe</username>
</server>
It uses the username when ssh but does not invoke plink.
[INFO] [site:deploy]
Using private key: C:\Documents and Settings\adc\.ssh\id_dsa
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Opened
Executing command: ssh -i "C:\Documents and Settings\adc\.ssh\id_dsa" -o "BatchMode yes" livetribe@repo.livetribe.org "mkdir -p /home/projects/livetribe/public_html/maven/."
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnecting
scpexe://repo.livetribe.org/home/projects/livetribe/public_html/maven/ - Session: Disconnected