mirror of https://github.com/apache/maven.git
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:
parent
b01b42f89e
commit
0ceae1b648
|
@ -71,8 +71,8 @@ public class PluginParameterException
|
|||
|
||||
if ( param.isEditable() )
|
||||
{
|
||||
messageBuffer.append( "inside the definition for plugin: \'" + mojo.getPluginDescriptor().getArtifactId() +
|
||||
"\'specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</" +
|
||||
messageBuffer.append( "Inside the definition for plugin \'" + mojo.getPluginDescriptor().getArtifactId() +
|
||||
"\' specify the following:\n\n<configuration>\n ...\n <" + param.getName() + ">VALUE</" +
|
||||
param.getName() + ">\n</configuration>" );
|
||||
|
||||
String alias = param.getAlias();
|
||||
|
|
Loading…
Reference in New Issue