On Thu, Dec 15, 2011 at 1:32 PM, Olivier Lamy <[email protected]> wrote: > Sorry for misunderstanding, I was talking more about wagon api which > can copy files even if the target is not a maven repo. > > But http://mojo.codehaus.org/wagon-maven-plugin/upload-mojo.html > doesn't look to be limited to only maven repo target > > see sample http://mojo.codehaus.org/wagon-maven-plugin/usage.html > (section "Configuration example to upload.") > not tested but looks to be nice to copy various files to a remote > server tru scp or any wagon protocol.
Maybe someone else has been working on it since I last met it. > > 2011/12/15 Benson Margulies <[email protected]>: >> Olivier, >> >> the wagon plugin will only copy things if the directory hierarchies >> look like a repo. >> >> On Thu, Dec 15, 2011 at 12:15 PM, Olivier Lamy <[email protected]> wrote: >>> Hello, >>> If you talk about http://mojo.codehaus.org/wagon-maven-plugin. >>> If wagon (ssh etc.) are missing, you must add those in the >>> dependencies section of the plugin. >>> Maybe you are using m3 so those are not included anymore in distribution. >>> >>> 2011/12/15 Tom Masterson <[email protected]>: >>>> So if I don't use the wagon plugin do you have a sugestion as to what I >>>> should use? I am not finding anything else out there when I do a google >>>> search. >>>> >>>> Tom >>>> >>>> >>>> On Thu, 15 Dec 2011, Benson Margulies wrote: >>>> >>>>> On Wed, Dec 14, 2011 at 6:26 PM, Tom Masterson <[email protected]> wrote: >>>>>> >>>>>> We have several artifacts that we want to copy to remote servers via >>>>>> scp/ssh. I have looked at the wagon plugin but the documentation seems >>>>>> to >>>>>> have issues. >>>>> >>>>> >>>>> DO NOT try to use the Wagon plugin. It is *not* a tool for arbitrary >>>>> SCPs. It is only defined to work with Maven repos. You can sometimes >>>>> accidently get it to do what you want for something else, but that's >>>>> it. >>>>> >>>>> >>>>> When I try to use it as documented I get an error telling me >>>>>> >>>>>> it can't find a plugin descriptor for wagon-ssh. >>>>>> >>>>>> Is there a good way to get maven to scp files to a remote server and >>>>>> where >>>>>> can I find documentation on how to do this. >>>>>> >>>>>> Thank >>>>>> TOm >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> -- >>> Olivier Lamy >>> Talend: http://coders.talend.com >>> http://twitter.com/olamy | http://linkedin.com/in/olamy >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
