diff --git a/maven-plugin-tools-generators/src/main/resources/help-class-source.vm b/maven-plugin-tools-generators/src/main/resources/help-class-source.vm index 22124de..4f517cb 100644 --- a/maven-plugin-tools-generators/src/main/resources/help-class-source.vm +++ b/maven-plugin-tools-generators/src/main/resources/help-class-source.vm @@ -182,7 +182,7 @@ public class HelpMojo Xpp3Dom fieldConfigurationElement = configurationElement.getChild( name.getValue() ); if ( fieldConfigurationElement != null && fieldConfigurationElement.getValue() != null ) { - append( sb, name.getValue() + "(Default: " + configurationElement.getChild( + append( sb, name.getValue() + " (default: " + configurationElement.getChild( name.getValue() ).getAttribute( "default-value" ) + ")", 2 ); }