On Fri, Aug 1, 2008 at 7:34 AM, Fritz Richter
<[EMAIL PROTECTED]> wrote:

> Now, I just want to deploy our war-file to the server via scp.
>
> If I configure the pom like the following:
>
> <distributionManagement>

That is for deploying to a remote Maven repository, not to an app
server.  The name of the 'deploy' phase is confusing, but Maven's
default lifecycle stops at the repository.

Atlassian has a 'Maven Upload Plugin' though I can't find the docs
atm.  And recently Don created a plugin for testing against multiple
servers-- check the list archives for the past couple of weeks.

You could also simply use the Exec plugin to execute a script, or use
Cargo which understands how to deploy to various servers.

-- 
Wendy

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

Reply via email to