Fixing NPE.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@559215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-07-24 21:17:20 +00:00
parent aaba2df26c
commit 8fab1c218a
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ public class DefaultLifecycleBindingManager
message.append( "\n\nNo lifecycle phase binding can be found for goal: " + goal );
message.append( ",\nspecified as a part of the execution: " + execution.getId() );
message.append( "in plugin: " );
message.append( pluginDescriptor.getPluginLookupKey() );
message.append( " in plugin: " );
message.append( plugin.getKey() );
message.append( "\n\nThis plugin could not be resolved, so use of the default lifecycle phase binding " )
.append( "\n(if there is one) is impossible." );
message.append( "\n\nPlease ensure that the plugin: " )