M2: Tarball from site goal?

2005-11-23 Thread Howard Lewis Ship
Is there a built in goal for creating a tarball (.tar.gz) from a site (i.e., the result of the site goal?). 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

Re: M2: Tarball from site goal?

2005-11-23 Thread Brian Bonner
Howard, it looks like assembly:assembly should do it for you. There is an optional includeSite property that you'd need to set to true in your configuration. http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html By local goals, I assume you mean the concept of a target in

Re: M2: Tarball from site goal?

2005-11-23 Thread Brett Porter
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