[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-ffa450edef68master
parent
5fa8be28e3
commit
87c21dc717
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue