Hello Maven users, In a multimodule project, a module has war packaging and depends on some of the modules with jar packaging from the same project. Is there a way to configure war (or some other plugin like dependency or assembly) plugin so that war ends up with classes of other depenedant modules from the same project exploded in WEB-INF/classes instead of having their jar's in WEB-INF/lib?
Regards, Stevo.
