mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
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:
parent
388b9b05c4
commit
5291a94c9d
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user