>dependent module I guess?), then unpacking the target/...war from that
>directory to some location using the maven-dependency-plugin, but then
>I'm not sure how I would use the maven-dependency plugin to only copy
>over the files I was interested in changing, and then I'm not sure how
I
>could re-war up all of those files using Maven 2.
The dependency plugin actually started because I needed a way to do
overlays before the war plugin supported it. You can just unpack (and
you can filter the unpack to control just the files you want) directly
to the target/[finalname] folder where the war plugin assembles things.
To make this work, I was using a very old war plugin because the newer
one stomped on files based on their timestamps. The newer war plugin is
supposed to have the ability to control the overlaying, but I no longer
work on projects with overlays so I can't say how well it works.
>(Note to everyone: if you think I should write this plugin, maybe a
>better name than overlay would be the "patch" plugin?)
There is or was a patch plugin at one point.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email