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/trunk/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java
Arnaud On 8/16/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:
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 :-( > 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 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; > > please fix!! :-). Is Wagon the right answer? Artifact deploy always > > creates > > the pom/jar/war/ear dir structure, so that doesn't work. Other ideas? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
