Class PortableGit
java.lang.Object
com.hazendaz.maven.makeself.PortableGit
The Class PortableGit.
-
Constructor Summary
ConstructorsConstructorDescriptionPortableGit(org.apache.maven.plugin.logging.Log log) Load portable git artifact from makeself.properties file. -
Method Summary
Modifier and TypeMethodDescriptionGets the artifact id.Gets the classifier.Gets the extension.Gets the group id.getName()Gets the name.Gets the version.
-
Constructor Details
-
PortableGit
public PortableGit(org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoFailureException Load portable git artifact from makeself.properties file.- Parameters:
log- the log- Throws:
org.apache.maven.plugin.MojoFailureException- the mojo failure exception
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
getExtension
-
getClassifier
-
getName
-