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:
John Dennis Casey 2007-07-24 21:18:05 +00:00
parent 8fab1c218a
commit 9c8011386d
1 changed files with 1 additions and 1 deletions

View File

@ -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." );