Full name:
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:rollback
Description:
Attributes:
2.0-beta-5.| Name | Type | Since | Description |
|---|---|---|---|
| arguments | String |
2.0-beta-5 |
Additional arguments to pass to the Maven executions, separated by
spaces. |
| javaHome | File |
2.0-beta-5 |
The JAVA_HOME parameter to use for forked Maven invocations. Default value is: ${java.home}. |
| localRepoDirectory | File |
2.0-beta-5 |
The command-line local repository directory in use for this build
(if specified). Default value is: ${maven.repo.local}. |
| mavenExecutorId | String |
2.0-beta-5 |
Role hint of the MavenExecutor implementation to use.Default value is: invoker. |
| mavenHome | File |
2.0-beta-5 |
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. |
| pomFileName | String |
2.0-beta-5 |
The file name of the POM to execute any goals against. |
| providerImplementations | Map |
2.0-beta-5 |
List of provider implementations. |
| scmCommentPrefix | String |
2.0-beta-5 |
The message prefix to use for all SCM changes. Default value is: [maven-release-plugin] . |
| tag | String |
2.0-beta-5 |
The SCM tag to use. |
| 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. |
| username | String |
2.0-beta-5 |
The SCM username to use. |
java.lang.String2.0-beta-5No${arguments}java.io.File2.0-beta-5No${java.home}java.io.File2.0-beta-5No${maven.repo.local}MavenExecutor implementation to use.java.lang.String2.0-beta-5No${mavenExecutorId}invokerjava.io.File2.0-beta-5No${maven.home}java.lang.String2.0-beta-5No${password}java.lang.String2.0-beta-5No${pomFileName}java.util.Map2.0-beta-5Nojava.lang.String2.0-beta-5No${scmCommentPrefix}[maven-release-plugin] tag:
java.lang.String2.0-beta-5No${tag}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.String2.0-beta-5No${tagBase}java.lang.String2.0-beta-5No${username}