@Override
protected void prepareNexusIndexer( NexusIndexer nexusIndexer )
throws Exception
{
IndexingContext ctx1 =
nexusIndexer.addIndexingContext( "repo1", "repo1", new File( reposBase, "repo1" ), new File( idxsBase,
"repo1" ), null, null, MIN_CREATORS );
nexusIndexer.scan( ctx1 );
IndexingContext ctx2 =
nexusIndexer.addIndexingContext( "repo2", "repo2", new File( reposBase, "repo2" ), new File( idxsBase,
"repo2" ), null, null, MIN_CREATORS );
nexusIndexer.scan( ctx2 );
IndexingContext ctx3 =
nexusIndexer.addIndexingContext( "repo3", "repo3", new File( reposBase, "repo3" ), new File( idxsBase,
"repo3" ), null, null, MIN_CREATORS );
nexusIndexer.scan( ctx3 );
IndexingContext ctx4 =
nexusIndexer.addIndexingContext( "repo4", "repo4", new File( reposBase, "repo4" ), new File( idxsBase,
"repo4" ), null, null, MIN_CREATORS );
nexusIndexer.scan( ctx4 );
context =