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

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@327740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-10-23 04:06:44 +00:00
parent 9d52f1b92a
commit 280385a5ce
2 changed files with 3 additions and 1 deletions

View File

@ -145,7 +145,8 @@
depends="true" depends="true"
userid="${siteUsername}" userid="${siteUsername}"
password="${maven.password}" password="${maven.password}"
remotedir="${siteDirectory}"> remotedir="${siteDirectory}"
chmod="${maven.site.chmod.mode}">
<fileset dir="${docsDest}" includes="**/*.*"/> <fileset dir="${docsDest}" includes="**/*.*"/>
</ftp> </ftp>

View File

@ -31,6 +31,7 @@
<action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian Dunn">SSH arguments not used in <code>sshdeploy</code> with 'clean'.</action> <action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian Dunn">SSH arguments not used in <code>sshdeploy</code> with 'clean'.</action>
<action dev="aheritier" type="fix" issue="MPSITE-28" due-to="Davy Toch">Deploying the site documentation through SSH always results in 'Build Successful'.</action> <action dev="aheritier" type="fix" issue="MPSITE-28" due-to="Davy Toch">Deploying the site documentation through SSH always results in 'Build Successful'.</action>
<action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment doesn't create the remote directory root.</action> <action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment doesn't create the remote directory root.</action>
<action dev="aheritier" type="fix" issue="MPSITE-25">site:ftpdeploy can use <code>maven.site.chmod.mode</code> to make chmod attribute configurable.</action>
</release> </release>
<release version="1.6.1" date="2005-06-05"> <release version="1.6.1" date="2005-06-05">
<action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action> <action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action>