On Sat, Oct 18, 2008 at 3:18 PM, BarryDev <[EMAIL PROTECTED]> wrote:

> Just wondering if there's a plugin to allow maven to deploy a war file to a
> remote location using ftp?  I can probably write an ant script to do this
> and add that to the build but just wondering if maven has anything built in.
> Have searched around and while finding some interesting reading with the
> cargo plugin and maven deploy, they generally seem to be aimed to deploying
> a maven artifact to a remote repo.

The deploy plugin deploys to a remote repo, and the Cargo plugin helps
with deploying to an appserver like Tomcat.

To move an arbitrary file from one place to another, check the list
archives for mention of a 'wagon' plugin, and also look for an
'upload' plugin-- I believe the latter is from Atlassian.

-- 
Wendy

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

Reply via email to