Example usage for org.apache.maven.cli CLIReportingUtils showVersion

List of usage examples for org.apache.maven.cli CLIReportingUtils showVersion

Introduction

In this page you can find the example usage for org.apache.maven.cli CLIReportingUtils showVersion.

Prototype

public static String showVersion() 

Source Link

Usage

From source file:org.sonatype.maven.shell.maven.MavenSystemImpl.java

License:Open Source License

public String getVersion() {
    return CLIReportingUtils.showVersion();
}