You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/10/23 06:08:11 UTC

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

     [ http://jira.codehaus.org/browse/MPSITE-25?page=all ]
     
Arnaud Heritier closed MPSITE-25:
---------------------------------

    Resolution: Fixed

site:ftpdeploy can use maven.site.chmod.mode to make chmod attribute configurable.

> 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
>     Assignee: Arnaud Heritier
>      Fix For: 1.7

>
> 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
-
For more information on JIRA, 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