[MPLUGIN-92] helpmojo resulting mojo requires a project and performs multiple times

Submitted by: Raphaël Piéroni
Reviewed by: Benjamin Bentmann

o Omitted @aggregator from patch which is implied by @requiresProject=false

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@654751 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-05-09 10:35:47 +00:00
parent 6fd44d4452
commit c5c948dc4f
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ public class PluginHelpGenerator
writer.write( " *" + LS );
writer.write( " * @version generated on " + new Date() + LS );
writer.write( " * @goal " + getHelpGoalName() + LS );
writer.write( " * @requiresProject false" + LS );
writer.write( " */" + LS );
}