Hi,

i would suggest to create the following structure. Mor


   pom.xml (root) (modules: client, server, core-api)
     +---- client
                 +-- pom.xml  (parent: root: dependency: core-api)
     +---- server
                 +-- pom.xml   (parent: root: dependeny: core-api)
     +---- core-api
                 +-- pom.xml   (parent: root)


The question about core-api is that you don't positioned core-api under
client nor under server, cause it's used by both so you have to put it on
the same level.

Kind regards
Karl Heinz Marbaise
-- 
View this message in context: 
http://old.nabble.com/maven-multi-module-project-structure-tp28457606p28458206.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to