release:clean
Full name:
org.apache.maven.plugins:maven-release-plugin:2.5.3:clean
Description:
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator plugin.
Optional Parameters
| Name |
Type |
Since |
Description |
| arguments |
String |
- |
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}.
|
| pomFileName |
String |
- |
The file name of the POM to execute any goals against. User property is: pomFileName. |
Parameter Details
arguments:
Additional arguments to pass to the Maven executions, separated by
spaces.
- Type: java.lang.String
- Required: No
- User Property: arguments
javaHome:
The JAVA_HOME parameter to use for forked Maven
invocations.
- Type: java.io.File
- Since: 2.0-beta-8
- Required: No
- Default: ${java.home}
localRepoDirectory:
The command-line local repository directory in use for this build
(if specified).
- Type: java.io.File
- Since: 2.0-beta-8
- Required: No
- Default: ${maven.repo.local}
mavenExecutorId:
Role hint of the MavenExecutor implementation to use.
- Type: java.lang.String
- Since: 2.0-beta-8
- Required: No
- User Property: mavenExecutorId
- Default: invoker
mavenHome:
The M2_HOME parameter to use for forked Maven
invocations.
- Type: java.io.File
- Since: 2.0-beta-8
- Required: No
- Default: ${maven.home}
pomFileName:
The file name of the POM to execute any goals against.
- Type: java.lang.String
- Required: No
- User Property: pomFileName