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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]