packaging an extension for a webapp
I have a j2ee-webapp 开发者_如何学JAVAwhich 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
精彩评论