Ahh, but only the Maven 2 Cargo plugin is capable to handling remote deployment. Thanks for your answer -- I think sftp may be the 'easiest' solution and my build structure is already suffering a bit from trying to get build tools to do stuff they weren't designed to (thats why I decided to look into migrating to gradle in the first place). I probably won't even try to get the Maven 2 Cargo plugin to work because of this but, if I do, I'll post about how it works out.
Thanks again, - David Tomek Kaczanowski-3 wrote: > > Hi David, > > my guess is, that you should try rather to use Cargo Ant task > (http://cargo.codehaus.org/Ant+support) then Cargo Maven plugin. In > general, Gradle plays nicely with Ant tasks (see > http://www.gradle.org/latest/docs/userguide/userguide_single.html#ant). > > -- > best regards > Tomek Kaczanowski > http://kaczanowscy.pl/tomek > > 2009/8/9 Handyman <[email protected]>: >> >> Hi, >> >> I'd like to establish a task that deploys web artifacts to a remote jetty >> instance. I suspect I may have to figure out a way to wire up the maven >> cargo plugin (or, more likely, use scp and brute force to restart the >> server) but I wanted to ask if there was a better way before putting in >> the >> effort. >> >> Thanks, >> - David >> -- >> View this message in context: >> http://www.nabble.com/Deployment-to-remote-web-server--tp24883546p24883546.html >> Sent from the gradle-user mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Deployment-to-remote-web-server--tp24883546p24890667.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
