This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.1 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 984305b83d255ac8036e52bea94671ae2033f17b Author: Emmanuel Venisse <[email protected]> AuthorDate: Thu Feb 9 14:51:10 2006 +0000 Fix typo git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@376307 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java b/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java index a75bf4b..4e52bd8 100644 --- a/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java +++ b/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java @@ -66,7 +66,7 @@ public class EffectiveSettingsMojo } 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 ) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
