more formats.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@559218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-07-24 21:20:40 +00:00
parent 9c8011386d
commit a87abe2d26
1 changed files with 4 additions and 3 deletions

View File

@ -325,7 +325,7 @@ public class DefaultLifecycleBindingManager
message.append( "\nHowever, the mojo metadata it contains does not specify a default lifecycle phase binding." );
message.append( "\n\nPlease provide a valid <phase/> specification for execution: " )
.append( execution.getId() )
.append( " in plugin: " )
.append( "\nin plugin: " )
.append( plugin.getKey() );
message.append( "\n\n" );
@ -343,8 +343,9 @@ public class DefaultLifecycleBindingManager
.append( "\n(if there is one) is impossible." );
message.append( "\n\nPlease ensure that the plugin: " )
.append( plugin.getKey() )
.append( " can be resolved by Maven, then try re-running this " )
.append( "\nbuild with the -U option, to ensure that all plugin metadata is refreshed." );
.append( " can be resolved by Maven," )
.append( "\nthen try re-running this build with the -U option " )
.append( "\n(to ensure that all plugin metadata is refreshed)." );
message.append( "\n\n" );
throw new LifecycleSpecificationException( message.toString() );