mirror of https://github.com/apache/maven.git
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:
parent
aaba2df26c
commit
8fab1c218a
|
@ -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: " )
|
||||
|
|
Loading…
Reference in New Issue