mirror of https://github.com/apache/maven.git
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:
parent
23097a37a0
commit
9f28c88bc9
|
@ -79,7 +79,7 @@ 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();
|
||||||
|
|
Loading…
Reference in New Issue