mirror of https://github.com/apache/maven.git
Fix exception message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0dc9d8eaf2
commit
10c3433355
|
@ -291,7 +291,7 @@ public class DefaultPluginManager
|
|||
|
||||
if ( addedPlugin == null )
|
||||
{
|
||||
throw new IllegalStateException( "The PluginDescriptor for the plugin " + plugin + " was not found." );
|
||||
throw new IllegalStateException( "The PluginDescriptor for the plugin " + plugin.getKey() + " was not found" );
|
||||
}
|
||||
|
||||
addedPlugin.setClassRealm( child.getContainerRealm() );
|
||||
|
|
Loading…
Reference in New Issue