use constant
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1354249 13f79535-47bb-0310-9956-ffa450edef68master
parent
fdcb229aa4
commit
af47cb96c6
|
|
@ -364,7 +364,7 @@ public class PluginHelpGenerator
|
|||
|
||||
private static void updateHelpMojoDescriptor( PluginDescriptor pluginDescriptor, String helpMojoImplementation )
|
||||
{
|
||||
MojoDescriptor mojoDescriptor = pluginDescriptor.getMojo( "help" );
|
||||
MojoDescriptor mojoDescriptor = pluginDescriptor.getMojo( HELP_GOAL );
|
||||
|
||||
if ( mojoDescriptor != null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue