You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephen Duncan Jr (JIRA)" <ji...@codehaus.org> on 2006/03/08 16:10:23 UTC

[jira] Created: (WAGONSSH-43) SFTP as used by site-deploy, causes mkdir command to be executed

SFTP as used by site-deploy, causes mkdir command to be executed
----------------------------------------------------------------

         Key: WAGONSSH-43
         URL: http://jira.codehaus.org/browse/WAGONSSH-43
     Project: wagon-ssh
        Type: Improvement

    Versions: 1.0-alpha-6    
    Reporter: Stephen Duncan Jr
    Priority: Critical


I'm trying to run mvn site-deploy with an sftp:// url.  The remote system provided a limited shell for my user account that allows cvs & sftp.  This works for mvn deploy to deploy jars, etc., even when it needs to create a directory to copy the file up.  The site plugin, however, must call a different wagon method that causes the following command to be executed:

Executing command: mkdir -p /var/www/sites/cdcie-parent-core/cdcie-parent-webapp/cdcie-webapp-troubletickets/.

To be able to deploy my site, I need an sftp:// url to strictly use only sftp as is done by mvn deploy.  

-- 
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] Moved: (WAGON-179) SFTP as used by site-deploy, causes mkdir command to be executed

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved WAGONSSH-43 to WAGON-179:
--------------------------------------------

    Affects Version/s:     (was: 1.0-alpha-6)
          Component/s:     (was: wagon-ssh)
                       wagon-ssh
                  Key: WAGON-179  (was: WAGONSSH-43)
              Project: Maven Wagon  (was: wagon-ssh)

> SFTP as used by site-deploy, causes mkdir command to be executed
> ----------------------------------------------------------------
>
>                 Key: WAGON-179
>                 URL: http://jira.codehaus.org/browse/WAGON-179
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ssh
>            Reporter: Stephen Duncan Jr
>            Priority: Critical
>
> I'm trying to run mvn site-deploy with an sftp:// url.  The remote system provided a limited shell for my user account that allows cvs & sftp.  This works for mvn deploy to deploy jars, etc., even when it needs to create a directory to copy the file up.  The site plugin, however, must call a different wagon method that causes the following command to be executed:
> Executing command: mkdir -p /var/www/sites/cdcie-parent-core/cdcie-parent-webapp/cdcie-webapp-troubletickets/.
> To be able to deploy my site, I need an sftp:// url to strictly use only sftp as is done by mvn deploy.  

-- 
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: (WAGONSSH-43) SFTP as used by site-deploy, causes mkdir command to be executed

Posted by "Brian Raymond (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGONSSH-43?page=comments#action_63096 ] 

Brian Raymond commented on WAGONSSH-43:
---------------------------------------

SFTP allows you to manipulate the file system from within the application, I'm a coworker of the original submitter who tried the same on the box. Using an SFTP command line client I can create,remove directories and files however MVN attempts to open an SSH shell and run mkdir instead of using SFTP to do it.

> SFTP as used by site-deploy, causes mkdir command to be executed
> ----------------------------------------------------------------
>
>          Key: WAGONSSH-43
>          URL: http://jira.codehaus.org/browse/WAGONSSH-43
>      Project: wagon-ssh
>         Type: Improvement

>     Versions: 1.0-alpha-6
>     Reporter: Stephen Duncan Jr
>     Priority: Critical

>
>
> I'm trying to run mvn site-deploy with an sftp:// url.  The remote system provided a limited shell for my user account that allows cvs & sftp.  This works for mvn deploy to deploy jars, etc., even when it needs to create a directory to copy the file up.  The site plugin, however, must call a different wagon method that causes the following command to be executed:
> Executing command: mkdir -p /var/www/sites/cdcie-parent-core/cdcie-parent-webapp/cdcie-webapp-troubletickets/.
> To be able to deploy my site, I need an sftp:// url to strictly use only sftp as is done by mvn deploy.  

-- 
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: (WAGON-179) SFTP as used by site-deploy, causes mkdir command to be executed

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed WAGON-179.
------------------------------

      Assignee: Brett Porter
    Resolution: Fixed

> SFTP as used by site-deploy, causes mkdir command to be executed
> ----------------------------------------------------------------
>
>                 Key: WAGON-179
>                 URL: http://jira.codehaus.org/browse/WAGON-179
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ssh
>            Reporter: Stephen Duncan Jr
>            Assignee: Brett Porter
>            Priority: Critical
>             Fix For: 1.0-beta-3
>
>
> I'm trying to run mvn site-deploy with an sftp:// url.  The remote system provided a limited shell for my user account that allows cvs & sftp.  This works for mvn deploy to deploy jars, etc., even when it needs to create a directory to copy the file up.  The site plugin, however, must call a different wagon method that causes the following command to be executed:
> Executing command: mkdir -p /var/www/sites/cdcie-parent-core/cdcie-parent-webapp/cdcie-webapp-troubletickets/.
> To be able to deploy my site, I need an sftp:// url to strictly use only sftp as is done by mvn deploy.  

-- 
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: (WAGON-179) SFTP as used by site-deploy, causes mkdir command to be executed

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-179:
-------------------------------

    Fix Version/s: 1.0-beta-3

> SFTP as used by site-deploy, causes mkdir command to be executed
> ----------------------------------------------------------------
>
>                 Key: WAGON-179
>                 URL: http://jira.codehaus.org/browse/WAGON-179
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ssh
>            Reporter: Stephen Duncan Jr
>            Priority: Critical
>             Fix For: 1.0-beta-3
>
>
> I'm trying to run mvn site-deploy with an sftp:// url.  The remote system provided a limited shell for my user account that allows cvs & sftp.  This works for mvn deploy to deploy jars, etc., even when it needs to create a directory to copy the file up.  The site plugin, however, must call a different wagon method that causes the following command to be executed:
> Executing command: mkdir -p /var/www/sites/cdcie-parent-core/cdcie-parent-webapp/cdcie-webapp-troubletickets/.
> To be able to deploy my site, I need an sftp:// url to strictly use only sftp as is done by mvn deploy.  

-- 
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