Does anybody have a tutorial/sample maven project for a multi-module
groovy project?

I want to configure a project with 4 main modules:
common - common classes and APIs used by the other modules
server - a server for a PBEM game
GUI - Desktop application for the game
web - Web application for the game

server, GUI and web depends on the common API module

GUI and web depends on the server module

I've already managed to get them working as a single project (well,
it's just skeleton, actually only the common API has some code), but I
wan to refactor the project structure to split it in modules, but I'm
just a beginner with Maven.

Can anybody help?

Thanks

Raffaele C.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to