Re: Packaging up images

2007-03-27 Thread mraible
Here's what I came up with using the maven-antrun-plugin. How would I do this with the assembly plugin? profile idzipContent/id build plugins plugin artifactIdmaven-antrun-plugin/artifactId

Re: Packaging up images

2007-03-27 Thread Dan Tran
You need to create an assemlby file and configure it to zip up your directory. There is plenty examples at assembly-plugin's site. -D On 3/27/07, mraible [EMAIL PROTECTED] wrote: Here's what I came up with using the maven-antrun-plugin. How would I do this with the assembly plugin?

Re: Packaging up images

2007-03-27 Thread Dan Tran
zip and deploy? if so, use assembly:attached On 3/27/07, mraible [EMAIL PROTECTED] wrote: I'm currently migrating an ASP-based site to Maven and Subversion. The previous site didn't use any source control, so the images directory is quite large (1 GB). I can exclude/include this directory

Re: Packaging up images

2007-03-27 Thread mraible
OK, I got it working by adding the following profile: profile idstatic-content/id build plugins plugin artifactIdmaven-assembly-plugin/artifactId configuration