o change message to reflect the creation of a realm and not a container

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@485932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-12-11 22:57:48 +00:00
parent 388b9b05c4
commit 5291a94c9d
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,7 @@ protected void addPlugin( Plugin plugin,
catch ( PlexusContainerException e )
{
throw new PluginManagerException(
"Failed to create plugin container for plugin '" + plugin + "': " + e.getMessage(), e );
"Failed to create realm for plugin '" + plugin + ".", e );
}
// this plugin's descriptor should have been discovered in the child creation, so we should be able to
@ -327,6 +327,7 @@ protected void addPlugin( Plugin plugin,
projectPlugin = plugin;
}
//PLXAPI: These need to be discovered!!!!!
Set artifacts = MavenMetadataSource.createArtifacts( artifactFactory, projectPlugin.getDependencies(), null,
null, project );