@Mojo(name="checkin", aggregator=true) public class CheckinMojo extends AbstractScmMojo
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
connectionType
The configured scm url to use.
|
private java.lang.String |
message
Commit log.
|
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 |
---|
CheckinMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
checkResult, getBasedir, getConnectionUrl, getExcludes, getFileSet, getIncludes, getScmManager, getScmRepository, getScmVersion, getWorkingDirectory, handleExcludesIncludesAfterCheckoutAndExport, setConnectionType, setConnectionUrl, setExcludes, setIncludes, setWorkingDirectory
@Parameter(property="message") private java.lang.String message
@Parameter(property="connectionType", defaultValue="developerConnection") private java.lang.String connectionType
@Parameter(property="scmVersionType") private java.lang.String scmVersionType
@Parameter(property="scmVersion") private java.lang.String scmVersion
public void execute() throws org.apache.maven.plugin.MojoExecutionException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class AbstractScmMojo
org.apache.maven.plugin.MojoExecutionException