Class CLIReportingUtils
java.lang.Object
org.apache.maven.cli.CLIReportingUtils
Deprecated.
Utility class used to report errors, statistics, application version info, etc.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringcreateMavenVersionString(Properties buildProperties) Deprecated.Create a human-readable string containing the Maven version, buildnumber, and time of buildstatic StringformatDuration(long duration) Deprecated.static StringformatTimestamp(long timestamp) Deprecated.static PropertiesDeprecated.static voidDeprecated.static StringDeprecated.static StringshowVersion(String commandLine, String terminal) Deprecated.static StringDeprecated.
- 
Field Details- 
MBpublic static final long MBDeprecated.- See Also:
 
- 
BUILD_VERSION_PROPERTY
 
- 
- 
Constructor Details- 
CLIReportingUtilspublic CLIReportingUtils()Deprecated.
 
- 
- 
Method Details- 
showVersionDeprecated.
- 
showVersion
- 
showVersionMinimalDeprecated.
- 
createMavenVersionStringDeprecated.Create a human-readable string containing the Maven version, buildnumber, and time of build- Parameters:
- buildProperties- The build properties
- Returns:
- Readable build info
 
- 
getBuildPropertiesDeprecated.
- 
showError
- 
formatTimestampDeprecated.
- 
formatDurationDeprecated.
 
-