Deploy with scp in maven2

2005-04-13 Thread Ilyevsky, Leonid (Equity Trading)
I want to use scp for deployment. Does it work now in maven2 ?
If so, I would need an example of what to put in pom.xml and in
settings.xml.

Thanks,

Leonid


If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Click here for important additional terms relating to this 
e-mail. http://www.ml.com/email_terms/



Re: Deploy with scp in maven2

2005-04-13 Thread Brett Porter
Server example:
http://maven.apache.org/maven2/configuration.html

POM example:
distributionManagement
  repository
idmy-id-that-matches-server-id/id
urlscp://hostname/path/to/repository/url
  /repository
/distributionManagement

Cheers,
Brett

On 4/14/05, Ilyevsky, Leonid (Equity Trading) [EMAIL PROTECTED] wrote:
 I want to use scp for deployment. Does it work now in maven2 ?
 If so, I would need an example of what to put in pom.xml and in
 settings.xml.
 
 Thanks,
 
 Leonid
 
 
 If you are not an intended recipient of this e-mail, please notify the 
 sender, delete it and do not read, act upon, print, disclose, copy, retain or 
 redistribute it. Click here for important additional terms relating to this 
 e-mail. http://www.ml.com/email_terms/
 
 


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