Contains ulitities for dealing with Maven projects.
author: Chad Brandon
Method Summary
public static synchronized MavenProject
getProject(MavenProjectBuilder projectBuilder, MavenSession session, File pom) Gets a project for the given pom.
Parameters: pom - the pom from which to build the project.