On 11/24/05, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Is there a built in goal for creating a tarball (.tar.gz) from a site > (i.e., the result of the site goal?).
It seems like another goal that should be added to the site plugin. > > This is for deployment onto hosts that don't support direct login or > ssh copy (I'm thinking either my hosted home page, or javaforge.com). > In those cases, you can upload a .tar.gz and have it expanded in > place on the server. It may also be possible to build a specific deployment method for these servers (we have something for HTTP PUT - a configurable POST is another option). > How do I add local goals in Maven 2? Everything is via plugins. If you need to do something very brief, you can bind either the antrun plugin or groovy plugin (not used this myself) to the lifecycle to do short scripts from the POM. Cheers, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
