Re: [m1] Best way to sftp a file?

2006-08-15 Thread Arnaud HERITIER
In all deploy/install goals (jar, ear, war, ...) we use artifact tags defined in the plugin. https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/artifact/plugin.jelly These tags use directly wagon to deploy the artifact and the pom : https://svn.apache.org/repos/asf/maven/maven-1/plugins/

Re: [m1] Best way to sftp a file?

2006-08-15 Thread Jeff Jensen
Thanks Arnaud. I have the ear:deploy goal working using Artifact. By your comment I infer the config is the same for Wagon as Artifact. How to I run Wagon/what are the goals? Quoting Arnaud HERITIER <[EMAIL PROTECTED]>: > Yes you can use Wagon to do it. > i don't know why the site is broken :

Re: [m1] Best way to sftp a file?

2006-08-15 Thread Arnaud HERITIER
Yes you can use Wagon to do it. i don't know why the site is broken :-( You can have a look a the artifact plugin in m1 to see how to use it. Arnaud On 8/16/06, Jeff Jensen <[EMAIL PROTECTED]> wrote: Hi, what is the "best" way to simply FTP an artifact to a server in a specified dir? Cargo is

[m1] Best way to sftp a file?

2006-08-15 Thread Jeff Jensen
Hi, what is the "best" way to simply FTP an artifact to a server in a specified dir? Cargo is for containers, so I think that's not it. Wagon seems the likely answer, but the pages are broken so I can't read about it (http://maven.apache.org/wagon/ clicked from the links on the Maven main page; p