// ==
protected RepositorySystemSession createSession(List<MavenRepository> repositories,
RepositoryListener... listeners)
{
final NexusWorkspace nexusWorkspace = nexusAether.createWorkspace(repositories);
return nexusAether.getNexusEnabledRepositorySystemSession(
nexusWorkspace, new ChainedRepositoryListener(listeners)
);
}