o wrong element

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-12-28 20:21:33 +00:00
parent 6ed59fe6b7
commit 721ba85844
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class PluginDescriptorGenerator
element( w, "description", parameter.getDescription() );
element( w, "defaultValue", parameter.getDescription() );
element( w, "defaultValue", parameter.getDefaultValue() );
w.endElement();
}