improved message

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1400382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-20 07:37:40 +00:00
parent 23097a37a0
commit 9f28c88bc9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ private static void decomposeParameterIntoUserInstructions( MojoDescriptor mojo,
if ( param.isEditable() )
{
messageBuffer.append( "Inside the definition for plugin \'" + mojo.getPluginDescriptor().getArtifactId()
+ "\' specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</"
+ "\', specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</"
+ param.getName() + ">\n</configuration>" );
String alias = param.getAlias();