You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jacob Robertson (JIRA)" <ji...@codehaus.org> on 2006/05/30 16:42:45 UTC

[jira] Created: (MSITE-143) SCP works for deploy goal, but not for site-deploy

SCP works for deploy goal, but not for site-deploy
--------------------------------------------------

         Key: MSITE-143
         URL: http://jira.codehaus.org/browse/MSITE-143
     Project: Maven 2.x Site Plugin
        Type: Bug

    Versions: 2.0-beta-5    
    Reporter: Jacob Robertson


The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "wu yiding (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wu yiding updated MSITE-143:
----------------------------

    Attachment: patch-MSITE-143.txt

the current SNAPSHOT still exist bug, add few lines to fix it . 
MNG-2324 will change to Add a getWagon(Repository) method to the WagonManager.
If can use this method in the furture,the current ugly fix can be remove.

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>         Attachments: patch-MSITE-143.txt
>
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Brill Pappin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=comments#action_83047 ] 
            
Brill Pappin commented on MSITE-143:
------------------------------------

FYI - For me, this issue is a blocker.

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "David W (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88791 ] 

David W commented on MSITE-143:
-------------------------------

I have same issue, to deploy site reports from windows to linux server.
and it is a blocker for me.

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Patric Fornasier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89362 ] 

Patric Fornasier commented on MSITE-143:
----------------------------------------

Still doesn't work in 2.0.5 version. For me this is a major blocker, because it makes the site-deploy goal completely unusable when on windows box. Maybe somebody should put a note in http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html to stop people from wasting time trying to fix their configuration...

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSITE-143.
---------------------------------

         Assignee: Dennis Lundberg
       Resolution: Duplicate
    Fix Version/s: 2.0-beta-7

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>            Assignee: Dennis Lundberg
>             Fix For: 2.0-beta-7
>
>         Attachments: patch-MSITE-143.txt
>
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-143:
----------------------------------

    Component/s: site:deploy

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>         Attachments: patch-MSITE-143.txt
>
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Brill Pappin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=comments#action_83046 ] 
            
Brill Pappin commented on MSITE-143:
------------------------------------

I'm having the same problem.

It seems to be ignoring the information in the server section of the settings.xml file... specifically it's ignoring the sshExecutable and scpExecutable attributes of the server config (notice that the key is found and used however).

In my case I'm deploying with putty on windows. Deploy works but site-deploy does not.

[INFO] [site:deploy]
Using private key: C:\mypath\mykey.ppk
scpexe://myhost/data/maven/site/restart - Session: Opened
Executing command: ssh -i "C:\mypath\mykey.ppk" -o "
BatchMode yes" myuser@myhost/ "mkdir -p /data/maven/site/restart/."

'ssh' is not recognized as an internal or external command,
operable program or batch file.

scpexe://myhost/data/maven/site/restart - Session: Disconnecting
scpexe://myhost/data/maven/site/restart - Session: Disconnected


> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Brill Pappin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106218 ] 

Brill Pappin commented on MSITE-143:
------------------------------------

This issue is over a year old. Why is there not even anyone assigned to it?
There seems to be ample descriptions of the problem and even a patch or two.


> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>         Attachments: patch-MSITE-143.txt
>
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-143) SCP works for deploy goal, but not for site-deploy

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106221 ] 

Dennis Lundberg commented on MSITE-143:
---------------------------------------

There are currently 949 open issues for Maven 2 plugins alone. Many of us working on Maven do it in our spare time. Unfortunately there never seems to be enough spare time.

> SCP works for deploy goal, but not for site-deploy
> --------------------------------------------------
>
>                 Key: MSITE-143
>                 URL: http://jira.codehaus.org/browse/MSITE-143
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-5
>            Reporter: Jacob Robertson
>         Attachments: patch-MSITE-143.txt
>
>
> The linux admins did everything necessary to get the deploy goal to work, and now I have to go back to them and try and figure out why the "site-deploy" goal says "Auth failed".  Why does deploy work just fine with scp, but not site-deploy?  My environment is such that my deploy repository and my deploy site directories are in the same parent directory, and have the exact same permissions.  But one goal fails to upload, and the other doesn't...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira