Can Maven copy local file to a remote server using SSH?
I want to specify location in maven configuration file and to copy that file (or files) to server each time
Why not use the Ant SCP task, which you can run within Maven?