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-ffa450edef68
master
Vincent Siveton 2008-08-30 13:06:17 +00:00
parent 5639cdc491
commit e14d6818b1
1 changed files with 2 additions and 0 deletions

View File

@ -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() );