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:
Kenney Westerhof 2006-08-10 13:01:55 +00:00
parent 0dc9d8eaf2
commit 10c3433355
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ protected void addPlugin( Plugin plugin, Artifact pluginArtifact, MavenProject p
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() );