// descriptors are stored in a Map in the component repository.
// ----------------------------------------------------------------------
PlexusConfiguration components = system.getChild( "components" );
mergedConfiguration.addChild( components );
copyComponents( user.getChild( "components" ), components );
return mergedConfiguration;
}