2010/10/3 Dirk Reske <[email protected]>: > 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?
I think that this link might answer all your questions about JEE development with Maven: http://docs.codehaus.org/display/MAVENUSER/Developing+JEE+projects+with+Maven Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
