Project project = null;
try
{
project = MavenUtils.getProject( getDescriptor(), getMavenContext().getMavenSession().getRootContext() );
project.verifyDependencies();
getMavenContext().getMavenSession().getPluginManager().processDependencies( project );
// Set the project goals if they have been specified.
List goalList = new ArrayList();
if ( getGoals() != null )