Hi
I have some multi-module project. Some modules are packaged as wars and some as jars.
When I start from the root module : mvn war:exploded
I thought it would apply the step only to the war projects. But it tries to apply the mvn war:exploded
on all the projects which obviously fails (no web.xml and so on).
Any ideas how an i tell maven to apply in only to the war packaging modules ?
Thanks