Excellent... thank you. I'll check it out.
Does Maven's lifecycle end at the repository and deploying to an application one of those more customizable tasks that is not under the normal realm of Maven? The books I've looked through seem to end their deploy discussion around the repository and generally what Maven is good at is simplifying common generic tasks. I can see how a plugin would be required to do more of a customizable task like deploying to specific containers. Wendy Smoak-3 wrote: > > >> 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] > > > -- View this message in context: http://www.nabble.com/How-to-deploy-ears-to-application-instead-of-repository--tp15818671s177p15834765.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
