You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Raffaele Castagno <ra...@gmail.com> on 2008/05/15 14:12:06 UTC

groovy + grails + maven2

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org