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

Reply via email to