I have a j2ee-webapp which can be extended by different modules (plugins). These modules contain jsp's as well as .class and resource files.
What is the best way to package such a module ?
|
|
Take a look at war overlays: http://maven.apache.org/plugins/maven-war-plugin/overlays.html |
|||
|
|