Full name:
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:prepare
Description:
Attributes:
test
.Name | Type | Since | Description |
---|---|---|---|
addSchema | boolean |
- |
Whether to add a schema to the POM if it was previously missing on
release. Default value is: true . |
allowTimestampedSnapshots | boolean |
- |
Whether to allow timestamped SNAPSHOT dependencies. Default is to
fail when finding any SNAPSHOT. Default value is: false . |
arguments | String |
- |
Additional arguments to pass to the Maven executions, separated by
spaces. |
autoVersionSubmodules | boolean |
- |
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 . |
commitByProject | boolean |
- |
Commits to do are atomic or by project. Default value is: false . |
developmentVersion | String |
- |
Default version to use for new local working copy. |
dryRun | boolean |
- |
Dry run: don't checkin or tag anything in the scm repository, or
modify the checkout. Running mvn -DdryRun=true
release:prepare is useful in order to check that
modifications to poms and scm operations (only listed on the
console) are working as expected. Modified POMs are written
alongside the originals without modifying them.Default value is: false . |
generateReleasePoms | boolean |
- |
Whether to generate release-pom.xml files that contain
resolved information about the project.Default value is: false . |
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. |
preparationGoals | String |
- |
Goals to run as part of the preparation step, after transformation
but before committing. Space delimited. Default value is: clean verify . |
providerImplementations | Map |
- |
List of provider implementations. |
releaseVersion | String |
- |
Default version to use when preparing a release or a branch. |
remoteTagging | boolean |
2.0-beta-9 |
currently only implemented with svn scm. Enable a workaround to
prevent issue due to svn client > 1.5.0
(http://jira.codehaus.org/browse/SCM-406) Default value is: true . |
resume | boolean |
- |
Resume a previous release attempt from the point where it was
stopped. Default value is: true . |
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. |
updateDependencies | boolean |
- |
Whether to update dependencies version to the next development
version. Default value is: true . |
useEditMode | boolean |
- |
Whether to use "edit" mode on the SCM, to lock the file for editing
during SCM operations. Default value is: false . |
username | String |
- |
The SCM username to use. |
boolean
No
${addSchema}
true
boolean
No
${ignoreSnapshots}
false
java.lang.String
No
${arguments}
boolean
No
${autoVersionSubmodules}
false
boolean
No
${commitByProject}
false
java.lang.String
No
${developmentVersion}
mvn -DdryRun=true
release:prepare
is useful in order to check that
modifications to poms and scm operations (only listed on the
console) are working as expected. Modified POMs are written
alongside the originals without modifying them.boolean
No
${dryRun}
false
release-pom.xml
files that contain
resolved information about the project.boolean
No
${generateReleasePoms}
false
java.io.File
No
${java.home}
java.io.File
No
${maven.repo.local}
MavenExecutor
implementation to use.java.lang.String
No
${mavenExecutorId}
invoker
java.io.File
No
${maven.home}
java.lang.String
No
${password}
java.lang.String
No
${pomFileName}
java.lang.String
No
${preparationGoals}
clean verify
java.util.Map
No
java.lang.String
No
${releaseVersion}
boolean
2.0-beta-9
No
${remoteTagging}
true
boolean
No
${resume}
true
java.lang.String
No
${scmCommentPrefix}
[maven-release-plugin]
tag:
java.lang.String
No
${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.String
No
${tagBase}
boolean
No
${updateDependencies}
true
boolean
No
${useEditMode}
false
java.lang.String
No
${username}