// This is what we will generalize for the invocation of the command line.
// ----------------------------------------------------------------------------
try
{
ContainerConfiguration configuration = new DefaultContainerConfiguration()
.setClassWorld( classWorld );
customizeContainerConfiguration( configuration, cli );
PlexusContainer plexus = new DefaultPlexusContainer( configuration );