Full name:
org.apache.maven.plugins:maven-release-plugin:2.5.2:rollback
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
arguments | String | 2.0-beta-5 | Additional arguments to pass to the Maven executions, separated by
spaces. User property is: arguments. |
javaHome | File | 2.0-beta-8 | The JAVA_HOME parameter to use for forked Maven
invocations. Default value is: ${java.home}. |
localRepoDirectory | File | 2.0-beta-8 | The command-line local repository directory in use for this build
(if specified). Default value is: ${maven.repo.local}. |
mavenExecutorId | String | 2.0-beta-8 | Role hint of the MavenExecutor implementation to use. Default value is: invoker. User property is: mavenExecutorId. |
mavenHome | File | 2.0-beta-8 | The M2_HOME parameter to use for forked Maven
invocations. Default value is: ${maven.home}. |
password | String | 2.0-beta-5 | The SCM password to use. User property is: password. |
pomFileName | String | 2.0-beta-5 | The file name of the POM to execute any goals against. User property is: pomFileName. |
providerImplementations | Map | 2.0-beta-6 | Add a new or overwrite the default implementation per provider. The
key is the scm prefix and the value is the role hint of the
ScmProvider. |
pushChanges | boolean | 2.1 | Implemented with git will or not push changes to the upstream
repository. true by default to preserve backward
compatibility. Default value is: true. User property is: pushChanges. |
scmCommentPrefix | String | 2.0-beta-5 | The message prefix to use for all SCM changes. Default value is: [maven-release-plugin] . User property is: scmCommentPrefix. |
tag | String | 2.0-beta-5 | The SCM tag to use. User property is: tag. |
tagBase | String | 2.0-beta-5 | 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. User property is: tagBase. |
tagNameFormat | String | 2.2.0 | Format to use when generating the tag name if none is specified.
Property interpolation is performed on the tag, but in order to
ensure that the interpolation occurs during release, you must use
@{...} to reference the properties rather than
${...}. The following properties are available:
Default value is: @{project.artifactId}-@{project.version}. User property is: tagNameFormat. |
username | String | 2.0-beta-5 | The SCM username to use. User property is: username. |
tag: