Re: Putting together two seperate wicket projects into a multi-module maven project

2011-11-24 Thread nivs
/Putting-together-two-seperate-wicket-projects-into-a-multi-module-maven-project-tp4096207p4103152.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Putting together two seperate wicket projects into a multi-module maven project

2011-11-22 Thread Sven Meier
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

Putting together two seperate wicket projects into a multi-module maven project

2011-11-22 Thread 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. N