[MPLUGIN-171] Mark generated help goal as thread-safe

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@944821 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2010-05-16 12:38:17 +00:00
parent 5fa8be28e3
commit 87c21dc717
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ public class PluginHelpGenerator
writer.write( " * @author " + author.toString() + LS );
writer.write( " * @goal " + helpDescriptor.getGoal() + LS );
writer.write( " * @requiresProject false" + LS );
writer.write( " * @threadSafe" + LS );
writer.write( " */" + LS );
}