public final class VersionInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getArtifactId()
Returns the current artifact id from Maven.
|
static String |
getGIT()
Returns the Git repo starting with "scm:git:git" from Maven.
|
static String |
getGITBranch()
Returns the Git branch.
|
static String |
getGroupId()
Returns the current group id from Maven.
|
static String |
getRevision()
Returns the current revision from Git.
|
static String |
getVersion()
Returns the current version from Maven.
|
public static String getVersion()
public static String getGroupId()
public static String getArtifactId()
public static String getRevision()
public static String getGIT()
public static String getGITBranch()
Copyright © 2018 Erudika. All rights reserved.