This is probably the only workaround at present. I think the war plugin should be capable of letting you add extras though - perhaps someone could check for this in JIRA and file it if it has not already been requested?
- Brett On 12/30/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Or you could unpack it and then pack it up again after modifying your > files. > > -----Original Message----- > From: Dirk Olmes [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 29, 2005 6:43 AM > To: Maven Users List > Subject: Re: [m2] run plugin after webapp is assembled and before it's > zipped > > Hi Ralph, > > > I'd like to post-process my JSPs using the antrun plugin (which uses > > ant's replaceregexp task). The plugin execution itself works fine, but > > > now I need it to run after the webapp is assembled and before it's > > zipped up as a warfile. > > I had do dig around in the maven-war-plugin myself and I'm pretty sure > that the maven-war-plugin currently does not support what you want. The > webapp will be assembled in an uncompressed folder structure first, > afterwards it's compressed. If you need to put some code in between > those two steps, you might also be forced to hack around in the war > plugin :-( > > -dirk > > -- > Anyway kids, have fun, play nicely, be good. And remember - if it ain't > broke, hit it again. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
