Hi all,
I've developed a couple of plugin (one performs XML patches, the other
builds a certain site structure). They both should work on the WAR
directory structure, but before the WAR file is currently built.

Apart from my specific needs, it could be quite common to need to
perform some tasks (with an antrun for example) on the WAR directory
structure before zipping it in the WAR file.

Is there a way to hook these plugins (or any plugins) in between of the
WAR plugin? In case, could it be a good idea to split the WAR plugin in
two different goals so that it's possible to prepare the WAR directory
structure and zip it in two different phases?

Another option could be to use the WAR plugin to produce the directory
structure (copying all the dependencies jars in place, doing war overlay
etc..) and then use the assembly plugin (or antrun with a jar task :) )
to produce the final WAR file. Is this possible?

Thanks,
Simone

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to