On 4/8/06, Lee Meador <[EMAIL PROTECTED]> wrote:
> Now I would like to do something (that's the part for which I don't know the
> name) that will send the tar.gz file to an internal Solaris server via FTP.
> I just want to FTP the one file into a particular folder over there. Its the
> home folder for the ftp user if that matters. (/export/home/ifs)
>
> I've no clue how to do this or even what it is called. Help?

Maven is meant to help with the build process.
It's not a general purpose scripting tool.

So if you want to ftp the file the assembled file somewhere you have
some choices
1) see if an existing plugin does what you want
    check http://maven.apache.org/plugins/index.html
    and http://mojo.codehaus.org/
    But I couldn't find one that does what you are asking for
2) Don't use maven, just use the command line
3) Use the Ant script plugin to do this via Ant

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to