mirror of https://github.com/apache/maven.git
formatting for the message...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@559216 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fab1c218a
commit
9c8011386d
|
@ -337,7 +337,7 @@ 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( "\nin 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." );
|
||||
|
|
Loading…
Reference in New Issue