Hello,

is it possible to build one artifact out of multiple projects.
We are trying to modularize the development.

Example:

MyProject
|-- core
|       |--api
|       |--impl
|       |--web
|-- users
|       |--api
|       |--impl
|       |--web
|-- admin
|       |--api
|       |--impl
|       |--web

this should results in the following ear file
myproject.ear
|--lib/myproject-api.jar (the entity classes, service interfaces, etc)
|--myproject-impl.ear (the ejb module)
|--myproject-web.ear (the web module)

So, if I add a module MyProject/myproject-web, is there a configuration, so that this war module merges the contents of the existing "*/web" modules to one war file?

Thanks
Dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to