@Mojo(name="list",
aggregator=true)
public class ListMojo
extends AbstractScmMojo
| Modifier and Type | Field and Description |
|---|---|
private boolean |
recursive
Use recursive mode.
|
private java.lang.String |
scmVersion
The version (revision number/branch name/tag name).
|
private java.lang.String |
scmVersionType
The version type (branch/tag/revision) of scmVersion.
|
| Constructor and Description |
|---|
ListMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ScmFileSet |
getFileSet() |
checkResult, getBasedir, getConnectionUrl, getExcludes, getIncludes, getScmManager, getScmRepository, getScmVersion, getWorkingDirectory, handleExcludesIncludesAfterCheckoutAndExport, setConnectionType, setConnectionUrl, setExcludes, setIncludes, setWorkingDirectory@Parameter(property="scmVersionType") private java.lang.String scmVersionType
@Parameter(property="scmVersion") private java.lang.String scmVersion
@Parameter(property="recursive",
defaultValue="true")
private boolean recursive
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractScmMojoorg.apache.maven.plugin.MojoExecutionExceptionpublic ScmFileSet getFileSet() throws java.io.IOException
getFileSet in class AbstractScmMojojava.io.IOException