开发者

packaging an extension for a webapp

开发者 https://www.devze.com 2023-02-23 23:24 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消