- timestampFormat - Variable in class org.codehaus.mojo.build.CreateMojo
-
Apply this java.text.MessageFormat to the timestamp only (as opposed to the format
parameter).
- timestampFormat - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
Apply this java.text.SimpleDateFormat to the timestamp.
- timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateMojo
-
You can rename the timestamp property name to another property name if desired.
- timestampPropertyName - Variable in class org.codehaus.mojo.build.CreateTimestampMojo
-
You can rename the timestamp property name to another property name if desired.
- toLines(String, int, int, int) - Static method in class org.codehaus.mojo.build.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.build.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.