o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@654758 13f79535-47bb-0310-9956-ffa450edef68master
parent
b431a45cbe
commit
27cb7927a9
|
|
@ -268,7 +268,7 @@ public class PluginHelpGenerator
|
|||
writer.write( " private static final int DEFAULT_INDENT = 2;" + LS );
|
||||
writer.write( LS );
|
||||
writer.write( " /**" + LS );
|
||||
writer.write( " * If true, display all settable properies for each goal." + LS );
|
||||
writer.write( " * If <code>true</code>, display all settable properties for each goal." + LS );
|
||||
writer.write( " *" + LS );
|
||||
writer.write( " * @parameter expression=\"${detail}\" default-value=\"false\"" + LS );
|
||||
writer.write( " */" + LS );
|
||||
|
|
|
|||
Loading…
Reference in New Issue