@Override
  protected void setUp() throws Exception {
    super.setUp();

    nexusAether = lookup(NexusAether.class);

    // repositoryRegistry = lookup( RepositoryRegistry.class );
  }
 protected void tearDown() throws Exception {
   super.tearDown();
 }
  protected void setUp() throws Exception {
    super.setUp();

    nexusScheduler = lookup(NexusScheduler.class);
  }