use constant

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1354249 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-06-26 21:34:34 +00:00
parent fdcb229aa4
commit af47cb96c6
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public class PluginHelpGenerator
private static void updateHelpMojoDescriptor( PluginDescriptor pluginDescriptor, String helpMojoImplementation ) private static void updateHelpMojoDescriptor( PluginDescriptor pluginDescriptor, String helpMojoImplementation )
{ {
MojoDescriptor mojoDescriptor = pluginDescriptor.getMojo( "help" ); MojoDescriptor mojoDescriptor = pluginDescriptor.getMojo( HELP_GOAL );
if ( mojoDescriptor != null ) if ( mojoDescriptor != null )
{ {