Brian E. Fox wrote:
Question 1: (I think I tried this a long time ago and it didn't work) If
I include a war as a dependency, will maven transitively get those
dependencies, or is it ignored since it's a war?
ignored. There's an open jira for skinny wars that don't bundle their
deps and inst
I have the following use case:
I build a war that contains common pieces of jsps etc. When I build a
variant of my product, I use the dependency plugin to download the
common war and unpack it in target/final name. The war plugin comes
along and builds my variant war on top of the unpacked war. T