MPLUGIN-137: PluginDescriptorGenerator doesn't write plugin name
o added missing field git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@690496 13f79535-47bb-0310-9956-ffa450edef68master
parent
5639cdc491
commit
e14d6818b1
|
|
@ -73,6 +73,8 @@ public class PluginDescriptorGenerator
|
|||
|
||||
w.startElement( "plugin" );
|
||||
|
||||
PluginUtils.element( w, "name", pluginDescriptor.getName() );
|
||||
|
||||
PluginUtils.element( w, "description", pluginDescriptor.getDescription() );
|
||||
|
||||
PluginUtils.element( w, "groupId", pluginDescriptor.getGroupId() );
|
||||
|
|
|
|||
Loading…
Reference in New Issue