Full name:
org.apache.maven.plugins:maven-release-plugin:2.5.1:update-versions
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
addSchema | boolean | 2.0 | Whether to add a schema to the POM if it was previously missing on
release. Default value is: true. User property is: addSchema. |
arguments | String | 2.0 | Additional arguments to pass to the Maven executions, separated by
spaces. User property is: arguments. |
autoVersionSubmodules | boolean | 2.0 | Whether to automatically assign submodules the parent version. If
set to false, the user will be prompted for the version of each
submodules. Default value is: false. User property is: autoVersionSubmodules. |
developmentVersion | String | 2.0 | Default version to use for new local working copy. User property is: developmentVersion. |
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 | 2.0 | The file name of the POM to execute any goals against. User property is: pomFileName. |