mirror of https://github.com/apache/maven.git
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:
parent
6ed59fe6b7
commit
721ba85844
|
@ -152,7 +152,7 @@ public class PluginDescriptorGenerator
|
||||||
|
|
||||||
element( w, "description", parameter.getDescription() );
|
element( w, "description", parameter.getDescription() );
|
||||||
|
|
||||||
element( w, "defaultValue", parameter.getDescription() );
|
element( w, "defaultValue", parameter.getDefaultValue() );
|
||||||
|
|
||||||
w.endElement();
|
w.endElement();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue