Full name:
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:clean
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| arguments | String |
- |
Additional arguments to pass to the Maven executions, separated by
spaces. |
| javaHome | File |
- |
The JAVA_HOME parameter to use for forked Maven invocations. Default value is: ${java.home}. |
| localRepoDirectory | File |
- |
The command-line local repository directory in use for this build
(if specified). Default value is: ${maven.repo.local}. |
| mavenExecutorId | String |
- |
Role hint of the MavenExecutor implementation to use.Default value is: invoker. |
| mavenHome | File |
- |
The M2_HOME parameter to use for forked Maven invocations. Default value is: ${maven.home}. |
| 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. |
| scmCommentPrefix | String |
- |
The message prefix to use for all SCM changes. Default value is: [maven-release-plugin] . |
| 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. |
java.lang.StringNo${arguments}java.io.FileNo${java.home}java.io.FileNo${maven.repo.local}MavenExecutor implementation to use.java.lang.StringNo${mavenExecutorId}invokerjava.io.FileNo${maven.home}java.lang.StringNo${password}java.lang.StringNo${pomFileName}java.util.MapNojava.lang.StringNo${scmCommentPrefix}[maven-release-plugin] tag:
java.lang.StringNo${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.StringNo${tagBase}java.lang.StringNo${username}