Author: dennisl
Date: Thu Aug  2 05:34:04 2007
New Revision: 562096

URL: http://svn.apache.org/viewvc?view=rev&rev=562096
Log:
o Minor adjustment to error message.

Modified:
    
maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java

Modified: 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java?view=diff&rev=562096&r1=562095&r2=562096
==============================================================================
--- 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
 (original)
+++ 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
 Thu Aug  2 05:34:04 2007
@@ -71,8 +71,8 @@
 
         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();


Reply via email to