From c5c948dc4fee101b96ef7ed3ca0335244e379047 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Fri, 9 May 2008 10:35:47 +0000 Subject: [PATCH] =?UTF-8?q?[MPLUGIN-92]=20helpmojo=20resulting=20mojo=20re?= =?UTF-8?q?quires=20a=20project=20and=20performs=20multiple=20times=20Subm?= =?UTF-8?q?itted=20by:=20Rapha=C3=ABl=20Pi=C3=A9roni=20Reviewed=20by:=20Be?= =?UTF-8?q?njamin=20Bentmann?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../apache/maven/tools/plugin/generator/PluginHelpGenerator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java b/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java index 695c776..f7a3b49 100644 --- a/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java +++ b/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/PluginHelpGenerator.java @@ -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 ); }