I am using Maven2 and would like to deploy my generated site to a web server using ftp.
i tried to use:
<distributionManagement>
<site>
<id>website</id>
<url>ftp://host/pub/</url>
</site>
</distributionManagement>
the problem is that get an error that ftp is not supported. could it be that this basic feature doesn't work.
Thanks,
Ronen.
As I misinterpreted your intention the first time. Here the right solution:
Deploy site via ftp-server
And in your
settings.xml
you will need