}
private static MavenSession createSession( PlexusContainer container, ArtifactRepository repo )
throws CycleDetectedException, DuplicateProjectException, MissingProjectException
{
return new MavenSession( container, new Settings(), repo, new DefaultEventDispatcher(),
new ReactorManager( Collections.EMPTY_LIST ), Collections.EMPTY_LIST, ".",
new Properties(), new Date() );
}