You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Geoffrey (JIRA)" <ji...@codehaus.org> on 2005/04/14 10:44:27 UTC

[jira] Commented: (MPSITE-25) site:ftpdeploy should make chmod attribute configurable

     [ http://jira.codehaus.org/browse/MPSITE-25?page=comments#action_31988 ]
     
Geoffrey commented on MPSITE-25:
--------------------------------

Without the ability to set the chmod, our website is not visible after a deploy to our users.

> site:ftpdeploy should make chmod attribute configurable
> -------------------------------------------------------
>
>          Key: MPSITE-25
>          URL: http://jira.codehaus.org/browse/MPSITE-25
>      Project: maven-site-plugin
>         Type: Improvement
>   Components: plugin
>     Versions: 1.6
>     Reporter: Geoffrey
>      Fix For: 1.6.1

>
> Original Estimate: 5 minutes
>         Remaining: 5 minutes
>
> Files that are ftped to a unix/linux environment are ussally set 640 (rw-r-----) which means they are not readable by others.
> The ant ftp target supports a chmod attribute, it would be nice to be able to configure this:
> plugin.jelly:
>     <ftp server="${pom.siteAddress}"
>     	 userid="${maven.username}"
>     	 password="${maven.password}"
>     	 remotedir="${pom.siteDirectory}"
>          chmod="${maven.site.ftp.chmod}">
>          ...
>     </ftp>
> plugin.properties:
>     maven.site.ftp.chmod = 644

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org