Clean up after a release preparation.
Mojo Attributes :
| Name | Type | Description |
|---|---|---|
| arguments | String |
Additional arguments to pass to the Maven executions, separated by spaces. |
| password | String |
The SCM password to use. |
| pomFileName | String |
The file name of the POM to execute any goals against. |
| providerImplementations | Map |
List of provider implementations. |
| releaseManager | ReleaseManager |
No description. |
| scmCommentPrefix | String |
The message prefix to all scm changes Default value is [maven-release-plugin] . |
| scmManager | ScmManager |
The SCM manager. |
| tag | String |
The SCM tag to use. |
| tagBase | String |
The tag base directory in SVN, you must define it if you don't use the standard svn layout (trunk/tags/branches).
For example, http://svn.apache.org/repos/asf/maven/plugins/tags. The URL is an SVN URL and does not
include the SCM provider and protocol. |
| username | String |
The SCM username to use. |
Additional arguments to pass to the Maven executions, separated by spaces.
java.lang.StringNo${arguments}The SCM password to use.
java.lang.StringNo${password}The file name of the POM to execute any goals against.
java.lang.StringNo${pomFileName}List of provider implementations.
java.util.MapNoNo Description.
org.apache.maven.shared.release.ReleaseManagerNoThe message prefix to all scm changes
java.lang.StringNo${scmCommentPrefix}[maven-release-plugin] The SCM manager.
org.apache.maven.scm.manager.ScmManagerNoThe SCM tag to use.
java.lang.StringNo${tag}The tag base directory in SVN, you must define it if you don't use the standard svn layout (trunk/tags/branches).
For example, http://svn.apache.org/repos/asf/maven/plugins/tags. The URL is an SVN URL and does not
include the SCM provider and protocol.
java.lang.StringNo${tagBase}The SCM username to use.
java.lang.StringNo${username}