You can use maven war overlays.
But it would be much easier if your two projects would be packaged as
jar only. With Wicket there's hardly a reason to require project
specific web.xml files in A and B.
Sven
Am 22.11.2011 16:52, schrieb Sameer Patil:
Hi,
I have created 2 separate wicket web projects. Now i want put them together in
multi-module maven project and put the dependency as required.
Will it give problem when i have have 2 web-inf folders.
Example
Project A has web-inf and web.xml etc.
Project B also has web-inf and web.xml etc.
Now i put both Project "A" and "B" into a multi-module maven Project named "C", and have the
pom.xml of project "B" changed so it includes the dependency of "A"
Finally i want to deploy war of project "B".
Also should the project "A" be packaged as jar or war?
Thanks
Sameer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]