[MPLUGIN-261] sort goals in generated plugin.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1575558 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-03-08 16:32:05 +00:00
parent 60184b7dbd
commit abd5f5966a
1 changed files with 1 additions and 4 deletions

View File

@ -163,10 +163,7 @@ public class PluginDescriptorGenerator
{
@SuppressWarnings( "unchecked" ) List<MojoDescriptor> descriptors = pluginDescriptor.getMojos();
if ( helpDescriptor )
{
PluginUtils.sortMojos( descriptors );
}
for ( MojoDescriptor descriptor : descriptors )
{