I've used maven in very simple projects. Currently I'm in the process of developing a somewhat larger application. I'd like some ideas from experienced users on how i can layout the following situation. I have split a project into various high level maven projects.
some projects are rest service some projects are chains (commons) some projects are commands for use in the chains There are other pieces which are not as important. The rest services projects acts like the parent which will include a mix of other projects as necessary. I'm curious how one would layout a project like this? Any tutorials will be helpful on this type of setup (preferably using m2eclipse) . Thanks. -- View this message in context: http://old.nabble.com/Newbie-Maven-layout-question-tp27759332p27759332.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]
