Package org.sonatype.maven.polyglot
Class Constants
- java.lang.Object
-
- org.sonatype.maven.polyglot.Constants
-
public class Constants extends Object
-
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getArtifactId(String postfix)
static String
getGAV(String postfix)
static String
getGroupId()
static Properties
getPolyglotMavenProperties()
static String
getVersion()
-
-
-
Method Detail
-
getGroupId
public static String getGroupId()
-
getVersion
public static String getVersion()
-
getPolyglotMavenProperties
public static Properties getPolyglotMavenProperties()
-
-