o Minor adjustment to error message.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@562096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg 2007-08-02 12:34:04 +00:00
parent b01b42f89e
commit 0ceae1b648
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ public class PluginParameterException
if ( param.isEditable() ) if ( param.isEditable() )
{ {
messageBuffer.append( "inside the definition for plugin: \'" + mojo.getPluginDescriptor().getArtifactId() + 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>" ); param.getName() + ">\n</configuration>" );
String alias = param.getAlias(); String alias = param.getAlias();