打包 web 应用程序的扩展
我有一个 j2ee-webapp,可以通过不同的模块(插件)进行扩展。这些模块包含 jsp 以及 .class 和资源文件。
打包这样一个模块的最佳方法是什么?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看战争叠加:
http://maven.apache.org/plugins/maven-war-plugin /overlays.html
Take a look at war overlays:
http://maven.apache.org/plugins/maven-war-plugin/overlays.html