Class MakeselfMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.hazendaz.maven.makeself.AbstractGitMojo
com.hazendaz.maven.makeself.MakeselfMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="makeself",
defaultPhase=VERIFY,
requiresProject=false)
public class MakeselfMojo
extends AbstractGitMojo
The Class MakeselfMojo.
-
Field Summary
Fields inherited from class AbstractGitMojo
gitPath, portableGit, remoteRepositories, repoSession, repositorySystemFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractGitMojo
checkGitSetup, extractPortableGit, installGit, isWindows, runInstallerMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
MakeselfMojo
public MakeselfMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-