Package me.qoomon.maven.gitversioning
Class BuildProperties
java.lang.Object
me.qoomon.maven.gitversioning.BuildProperties
public final class BuildProperties
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BuildProperties() -
Method Summary
Modifier and Type Method Description static java.lang.StringprojectArtifactId()static java.lang.StringprojectGroupId()static java.lang.StringprojectVersion()static java.lang.Stringproperty(java.lang.String key)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BuildProperties
public BuildProperties()
-
-
Method Details
-
property
public static java.lang.String property(java.lang.String key) -
projectGroupId
public static java.lang.String projectGroupId() -
projectArtifactId
public static java.lang.String projectArtifactId() -
projectVersion
public static java.lang.String projectVersion()
-