2Mar/100
Creating a common web module using Maven
Working with two different web-apps, with a common source base, often very similar web functionality and sometimes the need to have common sources made me hunt down how this could be done. As we are using Maven for project management, researching this ended up in war overlays. This is a nice Maven feature and in fact very simple to implement. Keep reading to see how I implemented overlays..