0

I want to modularise my web application setup a bit better. I have a REST service that I want to put in its own web-app/war project. When you create a Maven Enterprise Application in Maven you get a project with an EAR, EJB and Web app archetypes. I want to add another Web app archetype where I can put my REST code to keep it separated from my regular web site code. So how do I do this?

4

1 回答 1

0

这个问题概述了在 Maven 中将多个战争合并为一个的推荐方法:

将不同的 Maven 网络项目组合成一个项目

也许这就是你要找的,对吧?

于 2013-01-08T14:36:45.713 回答