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,

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)