You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/02/09 15:51:11 UTC

svn commit: r376307 - /maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java

Author: evenisse
Date: Thu Feb  9 06:51:10 2006
New Revision: 376307

URL: http://svn.apache.org/viewcvs?rev=376307&view=rev
Log:
Fix typo

Modified:
    maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java

Modified: maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java?rev=376307&r1=376306&r2=376307&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java (original)
+++ maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java Thu Feb  9 06:51:10 2006
@@ -66,7 +66,7 @@
         }
         catch ( IOException e )
         {
-            throw new MojoExecutionException( "Cannot serialize POM to XML.", e );
+            throw new MojoExecutionException( "Cannot serialize Settings to XML.", e );
         }
 
         if ( output != null && output.trim().length() > 0 )