You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nathan Maves <na...@gmail.com> on 2007/06/11 21:14:07 UTC

Module layout

I am just looking for some best practices advice when setting up a new
project.

Here is the example.

/widgets
  /core
  /api

Now I have other projects that have a dependency on the above jars.

/widgets
  /web-app
  /swing-gui
  /webservice

What is the best way to utilize the use of modules within maven with this
setup?

Can a maven module be a peer of it's parent?

Nathan