Author: dennisl
Date: Thu Aug  2 05:35:50 2007
New Revision: 562097

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

Modified:
    
maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java

Modified: 
maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java?view=diff&rev=562097&r1=562096&r2=562097
==============================================================================
--- 
maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
 (original)
+++ 
maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
 Thu Aug  2 05:35:50 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