Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-7
-
Component/s: None
-
Labels:None
-
Number of attachments :
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
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MSITE-143 | SCP works for deploy goal, but not for site-deploy |
|
|
|
| This issue relates to: | ||||
| MNG-1900 | Error while deploying when using scpexe protocol with non-default scp/ssh executables |
|
|
|
| MDEPLOY-6 | wagon-ssh or deploy plugin sometimes uses scp instead of configured pscp |
|
|
|
| This issue is related to: | ||||
| MSITE-143 | SCP works for deploy goal, but not for site-deploy |
|
|
|
| This issue depends upon: | ||||
| MNG-2324 | Add a getWagon(Repository) method to the WagonManager |
|
|
|
It uses everythin but the elements inside <configuration>
The deploy goal works well though