You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marat Radchenko (JIRA)" <ji...@codehaus.org> on 2008/10/07 09:53:10 UTC

[jira] Created: (MDEPLOY-86) Site upload is not compatible with sourceforge.net changes

Site upload is not compatible with sourceforge.net changes
----------------------------------------------------------

                 Key: MDEPLOY-86
                 URL: http://jira.codehaus.org/browse/MDEPLOY-86
             Project: Maven 2.x Deploy Plugin
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Marat Radchenko


After last changes in sf.net infrastructure there are three ways of
uploading stuff to web area:

# sftp
# scp
# rsync over ssh

I've tried two first options and they both failed. Maven uploads zip
file (wagonXXXX.zip) and then tries to unzip it. However unzip
command is not available.
As far as I understand, Maven doesn't support site deployment via rsync.

So technically it is impossible to use Maven for site upload to sf.net

See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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: (MDEPLOY-86) Site upload is not compatible with sourceforge.net changes

Posted by "Marat Radchenko (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEPLOY-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150166#action_150166 ] 

Marat Radchenko commented on MDEPLOY-86:
----------------------------------------

Woops, should be in maven-site-plugin (or wagon, not sure)

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MDEPLOY-86
>                 URL: http://jira.codehaus.org/browse/MDEPLOY-86
>             Project: Maven 2.x Deploy Plugin
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Barrie Treloar (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154929#action_154929 ] 

Barrie Treloar commented on MSITE-362:
--------------------------------------

johan lindquist says:
> One issue remains - even though I have copied my public key to the 'shell', it always asks me for a password.

Do you mean maven prompts you for your password?

Do you really mean the passphrase for your private key?
You have to save your private key out with no passphrase, otherwise maven must ask you for it in order to connect via ssh.  I dont believe maven works with ssh-agents for password management.

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>            Assignee: Barrie Treloar
>             Fix For: 2.0-beta-8
>
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Jared Bunting (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154926#action_154926 ] 

Jared Bunting commented on MSITE-362:
-------------------------------------

As per Johan's issue with the public key - if you go to your Account settings on the sf.net website, you can add keys in there.  These seem to work for this shell.

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>            Assignee: Barrie Treloar
>             Fix For: 2.0-beta-8
>
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

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

Barrie Treloar closed MSITE-362.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-beta-8

Documentation only fix.

The plugin will work AS IS to deploy to sourceforge.
Thanks to Johan for pointing out the steps.

See the examples/site-deploy-to-sourceforge.net.apt for complete instructions.

A new snapshot build has been deployed.

Snapshot documentation has been deployed to http://people.apache.org/~baerrach/maven-site-plugin-2.0-beta-8-SNAPSHOT/

The specific document you want to read is
http://people.apache.org/~baerrach/maven-site-plugin-2.0-beta-8-SNAPSHOT/examples/site-deploy-to-sourceforge.net.html



> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>            Assignee: Barrie Treloar
>             Fix For: 2.0-beta-8
>
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Thiago Leão Moreira (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=151064#action_151064 ] 

Thiago Leão Moreira commented on MSITE-362:
-------------------------------------------


  I am doing the following after a "mvn site":
  
  scp -r target/site/* user_name,project_name@web.sourceforge.net:/home/groups/project_path/htdocs

  At least my project is being updated until the problem isn't fixed


> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Markus Klink (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=151092#action_151092 ] 

Markus Klink commented on MSITE-362:
------------------------------------

This does not work for me unfortunately - as I have a multiproject site and the staging does not produce valid pages locally.
I think a fix for this is urgent. As other users have pointed out before, it would be sufficient to have a flag for site:deploy to copy files one by one, instead of zipped. Markus

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "johan lindquist (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153322#action_153322 ] 

johan lindquist commented on MSITE-362:
---------------------------------------

Seems you can get a shell - you just need to create it first.

The below command creates a time-limited shell.

ssh -t <username>,<project>@shell.sourceforge.net create

maven site:deploy succeeded after this (just make sure you change the <username>,<project> to match your details). 

One issue remains - even though I have copied my public key to the 'shell', it always asks me for a password.

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Barrie Treloar (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153329#action_153329 ] 

Barrie Treloar commented on MSITE-362:
--------------------------------------

Isn't web site deployment to web.sf.net instead?
And that is a restricted environment that does not allow shell access.

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153484#action_153484 ] 

Herve Boutemy commented on MSITE-362:
-------------------------------------

shell access had been removed 
but it has been added again on 30/10/2008: see the ["Interactive shell service launched" announce|http://sourceforge.net/community/forum/topic.php?id=3953&page&replies=1]

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>            Assignee: Barrie Treloar
>             Fix For: 2.0-beta-8
>
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

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

Dennis Lundberg updated MSITE-362:
----------------------------------

    Fix Version/s:     (was: 2.1)
                   2.0

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>            Assignee: Barrie Treloar
>             Fix For: 2.0
>
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

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

Benjamin Bentmann updated MSITE-362:
------------------------------------

    Component/s: site:deploy

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Markus Klink (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=151057#action_151057 ] 

Markus Klink commented on MSITE-362:
------------------------------------

Are there any updates or plans for this one? Is there a known workaround?
Markus



> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "Rainer W (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150190#action_150190 ] 

Rainer W commented on MSITE-362:
--------------------------------

obvious 2.0.9 also has same problem. There should be a file by file upload method.

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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: (MSITE-362) Site upload is not compatible with sourceforge.net changes

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

Benjamin Bentmann moved MDEPLOY-86 to MSITE-362:
------------------------------------------------

    Affects Version/s:     (was: 2.4)
                       2.0-beta-7
                  Key: MSITE-362  (was: MDEPLOY-86)
              Project: Maven 2.x Site Plugin  (was: Maven 2.x Deploy Plugin)

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

-- 
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-362) Site upload is not compatible with sourceforge.net changes

Posted by "johan lindquist (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=153332#action_153332 ] 

johan lindquist commented on MSITE-362:
---------------------------------------

I hope I understand your question correctly - the create command will create a shell with the project directory mounted, allowing Wagon to do its job as usual

> Site upload is not compatible with sourceforge.net changes
> ----------------------------------------------------------
>
>                 Key: MSITE-362
>                 URL: http://jira.codehaus.org/browse/MSITE-362
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.0-beta-7
>            Reporter: Marat Radchenko
>
> After last changes in sf.net infrastructure there are three ways of
> uploading stuff to web area:
> # sftp
> # scp
> # rsync over ssh
> I've tried two first options and they both failed. Maven uploads zip
> file (wagonXXXX.zip) and then tries to unzip it. However unzip
> command is not available.
> As far as I understand, Maven doesn't support site deployment via rsync.
> So technically it is impossible to use Maven for site upload to sf.net
> See http://sourceforge.net/community/forum/topic.php?id=3518&page for sf.net announcement on this changes.

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