On Mon, Mar 3, 2008 at 6:57 PM, gotama <[EMAIL PROTECTED]> wrote:

>  What I'd like to do is use Maven to scp some ear artifacts to my server's
>  JBoss deploy directory - not to a repository. How can I do this? When I use
>  <distributionManagement> the ear is in fact scp'd, but with everything else
>  related to a repository... html files and in a path of
>  .../com/mycomp/project/.
>
>  How can I use Maven to simply copy ears - retreived from the local
>  repository, and scp them to a specific directory on a remote server?

Take a look at Cargo:  http://cargo.codehaus.org/

(Or you could do something as simple as exec-maven-plugin + a shell script.)

-- 
Wendy

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

Reply via email to