@Mojo(name="status")
public class GitSubmoduleStatusMojo
extends org.apache.maven.plugin.AbstractMojo
git submodules in a Maven project.| Constructor and Description |
|---|
GitSubmoduleStatusMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
execute(org.eclipse.jgit.api.Git git)
Perform the actual work of a plugin goal.
|
boolean |
isVerbose() |
protected void execute(org.eclipse.jgit.api.Git git)
throws Exception
Git instance, as this is automatically performed once this method returns.git - the git repository to work with.Exception - if an error occurs during execution.public boolean isVerbose()
true if the goal is executed in verbose mode, false otherwise.public final void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2024 SEART. All rights reserved.