{
super.setUp();
DEFAULT_CREATORS = new ArrayList<IndexCreator>();
IndexCreator min = lookup(IndexCreator.class, MinimalArtifactInfoIndexCreator.ID);
IndexCreator mavenPlugin = lookup(IndexCreator.class, MavenPluginArtifactInfoIndexCreator.ID);
IndexCreator mavenArchetype = lookup(IndexCreator.class, MavenArchetypeArtifactInfoIndexCreator.ID);
DEFAULT_CREATORS.add(min);
DEFAULT_CREATORS.add(mavenPlugin);
DEFAULT_CREATORS.add(mavenArchetype);