From a9bb0f65713710c07072e308f7002608caccfcc6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 11 May 2012 22:56:12 +0000 Subject: [PATCH] restore javadoc comment on the generated help mojo git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1337406 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-api/src/main/resources/help-class-source.vm | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-plugin-tools-api/src/main/resources/help-class-source.vm b/maven-plugin-tools-api/src/main/resources/help-class-source.vm index 6db6464..1a65a62 100644 --- a/maven-plugin-tools-api/src/main/resources/help-class-source.vm +++ b/maven-plugin-tools-api/src/main/resources/help-class-source.vm @@ -15,6 +15,7 @@ import java.util.Iterator; import java.util.List; /** + * Display help information on maven-plugin-plugin.
Call
 mvn plugin:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. * @author * @version * @goal help