Sample multi-module Maven project
July 26th, 2009 | Published in development
In my first post on using Maven, OSGi, and Spring to create enterprise apps I listed several recommendations for how to structure the projects. One reader called me on the fact that I didn’t post a sample, so I’ve put together a 2 module sample that illustrates the second and third recommendations: http://infinitechaos.com/files/sample-maven-projects.zip
The combination of the help:effective-pom and dependency:tree goals as well as the -X flag should let you see how the settings from the parent module are being inherited and used by the child.
Tags: maven
