Search code examples
javaeclipsemavenftpm2eclipse

Maven dump file on ftp server when deploying


My Maven builds a ready zipped package that just has to be uploaded to a ftp server.

Is there a plugin for this task? It should start when I choose the deploy goal.

I see some ftp support for the real way Maven deploys files, but nothing for a custom ftp upload.


Solution

  • What do you mean by a "custom" upload?

    The deploy plugin doco describes how to normally deploy a build artifact using ftp.