Last updated October 04, 2009 10:31, by joachimhskeie
Maven 2 Structure
The project consists of a total of 4 Maven Projects - a main project, and three sub projects
* Parent ** Agent ** Manager ** ManagerServer
Each project has its own POM file, and the parent POM has all three subprojects listed as modules.
The Parent POM has no actual dependencies, but a complete list of the entire projects dependencies are listed with actual versions under the dependencyManagement part of the parent POM.





