Search code examples
jakarta-eemavenpackaging

packaging an extension for a webapp


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 ?


Solution

  • Take a look at war overlays: http://maven.apache.org/plugins/maven-war-plugin/overlays.html